Cloud
Jira Service Management ops / Reference / REST API
POST

Enable Operations in team

Enable Operations in tea

read:ops-config:jira-service-management

Request

Path parameters

teamId

string

Required

Request bodyapplication/json

adminAccountIds

array<string>

Responses

Returned if the request is successful.

application/json

OperationsEnableSuccessResponse
POST/v1/teams/{teamId}/enable-ops
1 2 3 4 5 6 7 8 9 10 11 curl --request POST \ --url 'https://api.atlassian.com/jsm/ops/api/{cloudId}/v1/teams/{teamId}/enable-ops' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data '{ "adminAccountIds": [ "12435687725", "54763838909" ] }'
200Response
1 2 3 4 5 6 7 { "message": "<string>", "data": { "id": "<string>", "name": "<string>" } }

Rate this page: