Create a marketplace demo tag

View as Markdown

Create a public marketplace demo catalog tag. Admin/SRE only; org members get org-scoped tags implicitly by tagging a demo.

Required scope: air:sre (roles: air_sre)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequiredformat: "^[a-zA-Z0-9][a-zA-Z0-9 _-]*[a-zA-Z0-9]$"2-32 characters

The tag name. 2-32 characters; letters, numbers, spaces, hyphens (-), and underscores (_) only; must start and end with a letter or number. Stored lowercased.

Response

idstringRead-onlyformat: "uuid"
namestringformat: "^[a-zA-Z0-9][a-zA-Z0-9 _-]*[a-zA-Z0-9]$"2-32 characters

The tag name. 2-32 characters; letters, numbers, spaces, hyphens (-), and underscores (_) only; must start and end with a letter or number. Stored lowercased.

is_publicbooleanRead-only
Whether the tag is in the public marketplace catalog.
createddatetimeRead-only
modifieddatetimeRead-only

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error