PATCH
/
agents
/
{agentId}
cURL
curl --request PATCH \
  --url https://api.lucidtech.ai/{basePath}/agents/{agentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>' \
  --data '"<any>"'
{
  "updatedTime": "<string>",
  "agentId": "<string>",
  "metadata": {},
  "updatedBy": "<string>",
  "createdBy": "<string>",
  "name": "<string>",
  "createdTime": "<string>",
  "description": "<string>",
  "id": "<string>",
  "resourceIds": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Content-Type
string
required

Path Parameters

agentId
string
required

Body

application/json · any

The body is of type any.

Response

200
application/json

200 response

The response is of type object.