cURL
curl --request PUT \ --url https://api.pulze.ai/v1/orgs/models \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type Models Config · object.
Models Config · object
Successful Response
The response is of type Response Update Org Models V1 Orgs Models Put · object.
Response Update Org Models V1 Orgs Models Put · object
Was this page helpful?