Aql
    Icon
    Import
    Importsource
    Iql
    Object
    Objectconnectedtickets
    Objectschema
    Objecttype
    Objecttypeattribute
    Progress
    Config
    Global

    Rate this page:

    Global

    Post global config objectschema {id} property

    POST /jsm/assets/workspace/{workspaceId}/v1/global/config/objectschema/{id}/property

    Update general configuration for object schema

    Request

    Path parameters
    id Required

    string

    Object schema id

    Body parameters
    allowOtherObjectSchema

    boolean

    validateQuickCreate

    boolean

    quickCreateObjects

    boolean

    Example

    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
    }'

    Responses

    A schema has not been defined for this response code.

    Rate this page: