-
Parameters
- creativeId (integer,
1
) ... id of the creative
- creativeId (integer,
-
Model
-
Header
Last-Modified: Sat, 21 Jun 2014 00:43:09 GMT
-
Body
{ "id": 1, "value": "http://example.com/123.swf", "status": "pending" }
-
-
Response 200
[Creative][]
Approve or reject the creative.
-
Request (application/json)
-
Body
{ "status": "active" }
-
-
Response 201
-
Header
Last-Modified: Sat, 21 Jun 2014 00:43:09 GMT
-
Body
{ "id": 1, "value": "http://example.com/123.swf", "status": "active" }
-
-
Request (application/json)
-
Body
{ "value": "http://example.com/123.swf" }
-
-
Response 201
[Creative][]
It would be ideal if there was a way of passing the PATCHed values through to the response so that the blueprint would look like: