cURL
curl --request PUT \ --url https://api.devin.ai/v1/sessions/{session_id}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tags": [ "<string>" ] } '
{ "detail": "<string>" }
Devin セッションに関連付けられているタグを更新します。
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
パーソナル APIキー(apk_user_)またはサービス APIキー(apk_)
50
成功時のレスポンス
タグの更新に成功した場合のレスポンス。