API structure has changed
5 structure changes including:
5 Modifications
Modified
5
GET /widget/ambassadors/{id}/posts
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /{environment}/posts
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /{environment}/posts/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- is_on_boarding, is_welcome, shareable, no_comment properties Added
-
application/json content type Modified
PATCH /manager/posts/{id}
- Body
-
application/json content type Modified
- is_on_boarding, is_welcome, shareable, no_comment, is_akn, is_planned, start_date, data1, data2, thread_last_update properties Added
- Response
-
200 response Modified
-
application/json content type Modified
- is_on_boarding, is_welcome, shareable, no_comment properties Added
-
application/json content type Modified
POST /manager/posts
- Body
-
application/json content type Modified
- is_on_boarding, is_welcome, shareable, no_comment, status, contents, titles properties Added
- Response
-
201 response Modified
-
application/json content type Modified
- is_on_boarding, is_welcome, shareable, no_comment properties Added
-
application/json content type Modified