Rename an existing embed configuration without changing its access settings or underlying dashboard/metric.
Authorization header. Get your API token when creating a data app – see the data app creation guide for details.
For details on managing API tokens, see the API Token guide.
application/json for all requests."embed-123").null for successful requests.| Status Code | Description |
|---|---|
200 | OK – Embed renamed successfully |
400 | Bad Request – Invalid body, invalid embed ID, or invalid API key |
500 | Internal Server Error – Unexpected server error |
| Error Code | HTTP Status | Description |
|---|---|---|
INVALID_REQUEST_BODY | 400 | Missing or invalid embedId or name |
INVALID_EMBED_ID | 400 | Embed configuration does not exist |
INVALID_DATA_APP_API_KEY | 400 | Missing or invalid data app API key |
INTERNAL_SERVER_ERROR | 500 | Unexpected failure on the server |