POST
/integration/v1/content_providers
Add new content provider
Add new content provider
operationId Add new content provider
Request body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
name
|
string | required | Content provider name, e.g: Udacity |
logo_url
|
string | required | Resource url to content provider logo |
description
|
string | required | Content provider description |
Responses
200
application/json schema
{
"type": "guid"
}
412 Invalid parameters
500 Server error
512 Specification violations