PUT
/
api
/
v1
/
skills
/
{id}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the skill

Body

application/json
Input data for updating the skill
id
string
required
name
string
required
definition
string
required
initialMessage
string
required

Response

200
application/json
The updated skill
id
string | null
required

The id of the skill

name
string | null
required

The name of the skill

definition
string | null
required

The skill Instruction

isInbound
boolean | null
required

inbound

initialMessage
string | null
required

initialMessage