SNA
엔드포인트 레퍼런스

세션 갱신

세션의 label, meta, cwd를 갱신합니다.

PATCH
/agent/sessions/{id}

인증

bearerAuth
인증Bearer <token>

In: header

경로 파라미터

id*string

요청 본문

application/json

TypeScript 정의

TypeScript에서 request body 타입을 사용합니다.

응답 본문

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/agent/sessions/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "status": "updated",
  "session": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}