Create a marketplace demo tag
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.
name
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
id
name
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_public
Whether the tag is in the public marketplace catalog.
created
modified
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error