Endpoint
- Method:
PATCH - Path:
/settings/creatives/{id} - Edition: PRO
- Controller:
CreativeController@update - Route source:
fluent-affiliate-pro/app/Http/Routes/api.php
PATCH Update Creative
PATCH
/settings/creatives/{id}
Update a creative.
Controller: CreativeController@update
Route source: fluent-affiliate-pro/app/Http/Routes/api.php
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
The id.
Type
Requiredinteger
Request Body
application/json
JSON
{
}
Responses
Successful response
application/json
JSON
{
"creative": {
"id": 0,
"title": "string",
"type": "string",
"content": "string",
"status": "string",
"created_at": "string",
"updated_at": "string"
},
"message": "string"
}