mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4632] feat: adds a infra-token route to add membership to user #4885
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4885
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4632
Author: @benoitlecluse
Created: 12/19/2024
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
f0e65fefeat: adds a infra-token route to add membership to user📊 Changes
4 files changed (+84 additions, -1 deletions)
View changed files
📝
packages/hoppscotch-backend/src/errors.ts(+6 -0)📝
packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts(+53 -0)📝
packages/hoppscotch-backend/src/infra-token/infra-token.module.ts(+2 -1)📝
packages/hoppscotch-backend/src/infra-token/request-response.dto.ts(+23 -0)📄 Description
Closes #4246 (partially)
This PR adds an infra-token route to be able to add a member to a given team (workspace).
What's changed
Adds a new API route with Types and Errors to achieve this task.
Notes to reviewers
None
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.