Sub Posts & Translation
Add a post translation
POST
https://ushahididocs.api.ushahidi.io/api/v3/posts/{parent_id}/translations
Path Parameters
Request Body
{
"id": 10000,
"url": "http://localhost:8000/api/v3/posts/10000",
"parent": {
"id": 97,
"url": "http://localhost:8000/api/v3/posts/97"
},
"form": null,
"user_id": null,
"message": null,
"color": null,
"type": "report",
"title": "creat post",
"slug": "test-create6",
"content": "test: create new post",
"author_email": "er@et.com",
"author_realname": null,
"status": "draft",
"created": "2022-09-02T08:34:57+00:00",
"updated": null,
"locale": "fr_fr",
"values": {
"markdown": [
"#markdowny"
]
},
"post_date": "2022-09-02T08:34:57+00:00",
"tags": [],
"published_to": [],
"completed_stages": [],
"sets": [],
"lock": null,
"source": null,
"contact": null,
"data_source_message_id": null,
"allowed_privileges": [
"read",
"create",
"update",
"delete",
"search",
"change_status",
"read_full"
]
}
Edit post translation
PUT
https://ushahididocs.api.ushahidi.io/api/v3/posts/{parent_id}/translations/{translation_id}
Path Parameters
Request Body
{
"id": 10000,
"url": "http://localhost:8000/api/v3/posts/10000",
"parent": {
"id": 97,
"url": "http://localhost:8000/api/v3/posts/97"
},
"form": null,
"user_id": null,
"message": null,
"color": null,
"type": "report",
"title": "creat post",
"slug": "test-create6",
"content": "test: create new post",
"author_email": "er@et.com",
"author_realname": null,
"status": "draft",
"created": "2022-09-02T08:34:57+00:00",
"updated": null,
"locale": "fr_fr",
"values": {
"markdown": [
"#markdowny"
]
},
"post_date": "2022-09-02T08:34:57+00:00",
"tags": [],
"published_to": [],
"completed_stages": [],
"sets": [],
"lock": null,
"source": null,
"contact": null,
"data_source_message_id": null,
"allowed_privileges": [
"read",
"create",
"update",
"delete",
"search",
"change_status",
"read_full"
]
}
Edit post local translation
PUT
https://ushahididocs.api.ushahidi.io/api/v3/posts/{parent_id}/translations/(local)
Path Parameters
Request Body
{
"id": 10000,
"url": "http://localhost:8000/api/v3/posts/10000",
"parent": {
"id": 97,
"url": "http://localhost:8000/api/v3/posts/97"
},
"form": null,
"user_id": null,
"message": null,
"color": null,
"type": "report",
"title": "creat post",
"slug": "test-create6",
"content": "test: create new post",
"author_email": "er@et.com",
"author_realname": null,
"status": "draft",
"created": "2022-09-02T08:34:57+00:00",
"updated": null,
"locale": "fr_fr",
"values": {
"markdown": [
"#markdowny"
]
},
"post_date": "2022-09-02T08:34:57+00:00",
"tags": [],
"published_to": [],
"completed_stages": [],
"sets": [],
"lock": null,
"source": null,
"contact": null,
"data_source_message_id": null,
"allowed_privileges": [
"read",
"create",
"update",
"delete",
"search",
"change_status",
"read_full"
]}