Paragraphs
Create paragraph
Create Paragraph
post/draft_trips/{trip_uuid}/paragraphs
Path parameters
trip_uuidstring required
Request body
Example request
{
"data": {
"title": "About this trip",
"text": "This trip is going to be epic"
}
}Response
Successfully created
Example response
{
"data": {
"id": 66,
"trip_uuid": "105544110",
"title": "About this trip",
"text": "This trip is going to be epic",
"created_at": 122234
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.