Skip to main content
PATCH
Update Team

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
teamId
string<uuid>
required
Example:

"c1e4416e-f57c-4614-886f-35a5541f4316"

teamName
string
required
Example:

"Backend Team"

Response

Team updated successfully

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"Team details updated successfully."

error
object | null
Example:

null

data
object