Skip to main content
POST
/
radius
/
account-containers
/
{id}
/
tags
/
{tagId}
Attach Tag to Container
curl --request POST \
  --url https://v1.api.altostrat.io/radius/account-containers/{id}/tags/{tagId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
Pattern: ^rad_cont_[A-Za-z0-9_\-]+$
tagId
string
required
Pattern: ^rad_tag_[A-Za-z0-9_\-]+$

Response

200

Tag attached.