Enable Operations in tea
read:ops-config:jira-service-management
string
Requiredarray<string>
Returned if the request is successful.
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"
]
}'
1
2
3
4
5
6
7
{
"message": "<string>",
"data": {
"id": "<string>",
"name": "<string>"
}
}
Rate this page: