Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.utage-system.com/v1/accounts/{account_id}/common-readers/{common_reader_id}/labels \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "label_id": "<string>" } '
{ "data": { "id": "<string>", "assigned_at": "<string>" } }
プレビュー機能。仕様は今後変更される可能性があります。
共通読者にラベルを1件付与します。既に付与済みの場合は200で既存の付与情報を返します(冪等)。
POST
https://api.utage-system.com/v1/accounts/{account_id}/common-readers/{common_reader_id}/labels
APIキーをBearerトークンとして指定
アカウントID
共通読者ID
付与するラベルのID(1リクエストにつき1件)
付与済み(冪等レスポンス)
Show child attributes