Cloud
Assets / Guides / REST API
POST

Post global config objectschema {id} property

Update general configuration for object schema

Data Security Policy: Exempt from app access rules
Scopes
write:cmdb-schema:jira

Request

Path parameters

id

string

Required

Request bodyapplication/json

allowOtherObjectSchema

boolean

validateQuickCreate

boolean

quickCreateObjects

boolean

Responses

This status code has no content.

POST/global/config/objectschema/{id}/property
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: