Teams
org.azbuilder.owner=TERRAKUBE_ADMINEntity fields:
Path
Type
Description
Example:
{
"data": {
"type": "team",
"attributes": {
"name": "TERRAKUBE_TEAM",
"manageWorkspace": true,
"manageModule": true,
"manageProvider": true,
"manageVcs": true,
"manageTemplate": true
}
}
}Supported Operations
get
Returns an instance of type team
Path parameters
organizationIdstringRequired
organization Identifier
teamIdstringRequired
team Identifier
Query parameters
Responses
200
Successful response
application/vnd.api+json
get/organization/{organizationId}/team/{teamId}
200
Successful response
post
Creates an item of type team and adds it to team
Path parameters
organizationIdstringRequired
organization Identifier
Body
Responses
201
Successful response
application/vnd.api+json
post/organization/{organizationId}/team
201
Successful response
delete
Deletes an instance of type team
Path parameters
organizationIdstringRequired
organization Identifier
teamIdstringRequired
team Identifier
Responses
204
Successful response
No content
delete/organization/{organizationId}/team/{teamId}
204
Successful response
No content
patch
Modifies an instance of type team
Path parameters
organizationIdstringRequired
organization Identifier
teamIdstringRequired
team Identifier
Body
Responses
204
Successful response
No content
patch/organization/{organizationId}/team/{teamId}
204
Successful response
No content
Last updated
Was this helpful?