Skip to main content
PATCH
/
api
/
core
/
use_cases
/
system_prompt
Update use case system prompt
curl --request PATCH \
  --url https://api.example.com/api/core/use_cases/system_prompt \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "use_case_id": "<string>",
  "context_about_users": "<string>",
  "context_about_company": "<string>",
  "context_about_documents": "<string>",
  "tonality": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json
use_case_id
string
required
context_about_users
string | null
context_about_company
string | null
context_about_documents
string | null
tonality
string | null

Response

Successful Response

message
string
required