• Aql
    • Icon
    • Import
    • Importsource
    • Iql
    • Object
    • Objectconnectedtickets
    • Objectschema
    • Objecttype
    • Objecttypeattribute
    • Operations
    • Progress
    • Config
    • Global
    Cloud
    Assets / Guides / REST API

    Global

    Postman Collection
    OpenAPI
    POST

    Post global config objectschema {id} property

    Update general configuration for object schema

    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: