tag

Create Tag

Create a new tag for a given workspace.

If 'shared' is provided, the tag will be set to shared or private accordingly. If 'shared' is not provided, it defaults to True (shared).

post/api/tag

Headers

workspace-keystring

Request body

namestring required
instructionstring nullable
workspace_ext_idstring required
sharedboolean nullable
parent_ext_idstring nullable

Response

Successful Response

external_idstring required
workspace_ext_idstring required
namestring required
instructionstring nullable
sharedboolean required
parent_ext_idstring nullable
doctag_countinteger required
created_by_ext_idstring required
updated_by_ext_idstring nullable
created_atstring date-time required
updated_atstring date-time required

Changes

Changed in 4 of the 34 revisions of this API.25

  • ec6f2761328011See the full diff
    • added the new date enum value to the tag_type/type response property for the response status 201

      response-property-enum-value-added

    • added the new date enum value to the request property tag_type/type

      request-property-enum-value-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property instruction

      new-optional-request-property

    • added the optional property instruction to the response with the 201 status

      response-optional-property-added

    • added the new search enum value to the tag_type/type response property for the response status 201

      response-property-enum-value-added

    • added the new search enum value to the request property tag_type/type

      request-property-enum-value-added

    • endpoint added

      endpoint-added

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog