Create Logos (v1)
Method + Path
POST /v1/workspace/:workspaceId/branding/logos/:variant
Actual backend path: /v1/workspace/:workspaceId/branding/logos/:variant
Description
Create Logos
Authentication
Not required
Headers
| Header | Type | Required | Description |
|---|---|---|---|
Content-Type | string | Yes | application/json |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | Path parameter: workspaceId |
variant | string | Yes | Path parameter: variant |
Response (201)
Response data
{
"logos": {
"id": "507f1f77bcf86cd799439011",
"name": "Created Resource",
"createdAt": "2024-01-15T10:00:00Z"
}
}
Common Errors
- 400 Bad Request: Invalid request body or query parameters
- 404 Not Found: Resource not found
- 422 Unprocessable Entity: Validation errors
- 500 Internal Server Error: Server error