PATCH /v1/services/id
Endpoint
Section titled “Endpoint”PATCH /v1/services/{id}
Authentication
Section titled “Authentication”No authentication required.
Path Parameters
Section titled “Path Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | - |
Request Body
Section titled “Request Body”{ "description": "OpenAI API for chat completions and embeddings"}cURL Example
Section titled “cURL Example”curl -X PATCH "https://api.sapiom.ai/v1/services/:id" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"