Skip to content
Premiere V2 API
Main Navigation
API
Appearance
Menu
Return to top
On this page
v2.84.0
TS Dev 108 API Documentation
​
Download OpenAPI Document
JSON
Download OpenAPI Document
YAML
TeamSettings
​
Team signup and invitation settings
Operations
​
GET
/api/v2/settings/team
PATCH
/api/v2/settings/team
Hide operations
Get team settings
​
GET
/api/v2/settings/team
Authorizations
​
bearerAuth
Type
HTTP (bearer)
Responses
​
200
400
500
Team settings
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"data"
:
"string"
}
GET
/api/v2/settings/team
Playground
​
Authorization
bearerAuth
Try it out
Samples
​
Update team settings
​
PATCH
/api/v2/settings/team
Authorizations
​
bearerAuth
Type
HTTP (bearer)
Request Body
​
application/json
Schema
JSON
JSON
"string"
Responses
​
200
400
422
500
Settings updated successfully
Content-Type
application/json
Schema
JSON
JSON
{
 Â
"data"
:
"string"
}
PATCH
/api/v2/settings/team
Playground
​
Authorization
bearerAuth
Body
Try it out
Samples
​
Powered by
VitePress OpenAPI