SandboxesSandbox tags
Add sandbox tags
Add tags to a sandbox without removing existing tags.
Add tags to a sandbox without removing existing tags.
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
id*string
Sandbox ID (ULID)
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
tags*array<string>|
Sandbox tags.
Items
items <= 20Response Body
application/json
application/problem+json
curl -X PUT "https://example.com/v1/sandboxes/string/tags/add" \ -H "Content-Type: application/json" \ -d '{ "tags": [ "string" ] }'{ "id": "string", "tags": [ "string" ]}{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}