Creates Website for logged-in Publisher
POST https://api.convertiser.com/publisher/websites/
The request body takes a complete Website resource, containing the following writable properties:
{
"_version": "integer",
"categories": [
"string"
],
"description": "string",
"target_audience": "string",
"type": "string",
"url": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
_version | integer |
Optimistic Object Lock |
|
categories[] | array of string | ||
description | string | Optional | |
target_audience | string |
Possible values are:
|
|
type | string |
Possible values are:
|
|
url | string |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
201 | Created | Website |