v1
latestOpenAPI 3.0.12026-07-247756110.6 KBNot Included items
Update not included item
Update NotIncluded
patch/draft_trips/{trip_uuid}/not_included_items/{id}
Path parameters
trip_uuidstring required
idstring required
ID of the not included item
Request body
Example request
{
"data": {
"title": "Flight tickets",
"description": "Flight tickets included for this trip"
}
}Response
Successfully updated
Example response
{
"data": {
"id": 77,
"trip_uuid": "105544110",
"title": "Flight tickets",
"description": "Flight tickets included for this trip",
"created_at": 134543
}
}