PUT
/integration/v1/content_providers/{id}
Update content provider
Update content provider
operationId Update content provider
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id
|
string | required | Path parameter: id |
Request body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
id
|
string (uuid) | required | Unique content provider code, e.g: udacity |
name
|
string | optional | Content provider name, e.g: Udacity |
logo_url
|
string | optional | Resource url to content provider logo |
description
|
string | optional | Content provider description |
Responses
200
application/json schema
{
"type": "number"
}
412 Invalid parameters
500 Server error
512 Specification violations