Update general configuration for object schema
write:cmdb-schema:jira
string
Requiredboolean
boolean
boolean
This status code has no content.
1
2
3
4
5
6
7
8
9
curl --request POST \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/global/config/objectschema/{id}/property' \
--header 'Authorization: Bearer <access_token>' \
--header 'Content-Type: application/json' \
--data '{
"allowOtherObjectSchema": true,
"validateQuickCreate": true,
"quickCreateObjects": true
}'
Rate this page: