Team
Update team
PATCH
/
api
/
v1
/
team
/
{id}
curl --request PATCH \
--url https://api.bundle.social/api/v1/team/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"avatarUrl": "<string>"
}'
{
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"organizationId": "<string>",
"createdById": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}
Authorizations
Path Parameters
Body
application/json
Body
The body is of type object
.
Response
200
application/json
200
The response is of type object
.
Was this page helpful?
curl --request PATCH \
--url https://api.bundle.social/api/v1/team/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"avatarUrl": "<string>"
}'
{
"id": "<string>",
"name": "<string>",
"avatarUrl": "<string>",
"organizationId": "<string>",
"createdById": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"deletedAt": "2023-11-07T05:31:56Z"
}