Skip to main content
POST
/
agents
{
  "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

Body

application/json

The body is of type unknown.

Response

200 response

updatedTime
string | null
required
agentId
string
required
metadata
object
required
updatedBy
string | null
required
Maximum string length: 4096
createdBy
string
required
Maximum string length: 4096
name
string | null
required
Maximum string length: 4096
createdTime
string
required
description
string | null
required
Maximum string length: 4096
id
string
resourceIds
string[]