PUT
/
api
/
v1
/
agents
/
prompts
/
{agent_type}
Update Agent Prompt
curl --request PUT \
  --url https://api.jobsim.work/api/v1/agents/prompts/{agent_type} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_type
string
required

Body

application/json
prompt
string
required

Response

Successful Response