Rate this page:
POST /jsm/assets/workspace/{workspaceId}/v1/global/config/objectschema/{id}/property
Update general configuration for object schema
string
Object schema id
boolean
boolean
boolean
1 2 3 4 5 6 7 8
curl --request POST \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/global/config/objectschema/{id}/property' \
--header 'Content-Type: application/json' \
--data '{
"allowOtherObjectSchema": true,
"validateQuickCreate": true,
"quickCreateObjects": true
}'
A schema has not been defined for this response code.
Rate this page: