Skip to main content
PUT
/
v1
/
orgs
/
models
Update Org Models
curl --request PUT \
  --url https://api.pulze.ai/v1/orgs/models \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://pulze.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type Models Config · object.

Response

Successful Response

The response is of type Response Update Org Models V1 Orgs Models Put · object.