...
Property | Required | Type | Notes |
---|---|---|---|
|
| string | Must be unique |
|
| IRI string | IRI from |
|
| string | |
| string | ||
| string | ||
| string | ||
| string | ||
| string | ||
| boolean | If enabled, new campaigns will not need to be approved. | |
| string | ||
| boolean | Recommended to be false. | |
| object | ||
| string | ||
| string | ||
| string | ||
| IRI string | IRI from |
Errors
Errors are returned in array format, and will return the impacted property name:
Code Block |
---|
{
"@context": "/api/v4/contexts/ConstraintViolationList",
"@type": "ConstraintViolationList",
"hydra:title": "An error occurred",
"hydra:description": "name: Advertiser with this name already exists.",
"violations": [
{
"propertyPath": "name",
"message": "Advertiser with this name already exists."
}
]
} |
...
Message
...
Code
...
Reason
...
Advertiser with this name already exists.
...
400
...
Advertiser name must be unique