v1
latestOpenAPI 3.0.12026-07-247756110.6 KBParagraphs
Update paragraph
Update Paragraph
patch/draft_trips/{trip_uuid}/paragraphs/{id}
Path parameters
trip_uuidstring required
idstring required
ID of the paragraph.yml
Request body
Example request
{
"data": {
"title": "About this trip",
"text": "This trip is going to be epic"
}
}Response
Successfully updated
Example response
{
"data": {
"id": 66,
"trip_uuid": "105544110",
"title": "About this trip",
"text": "This trip is going to be epic",
"created_at": 122234
}
}