mcp-server

Publish Trip

post/v1/trips/{trip_id}/publish

Path parameters

trip_idstring uuid required

Request body

visibility'draft' | 'private' | 'public' required
slugstring nullable

Response

Successful Response

idstring uuid required
titlestring nullable required
slugstring nullable required
visibilitystring required
is_publishedboolean required
start_datestring date nullable
end_datestring date nullable
updated_atstring date-time nullable

Changes

Changed in 2 of the 22 revisions of this API.16

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added

  • 7367652ab57413See the full diff
    • ▲

      request property was restricted to a list of enum values

      request-property-became-enum

    • ○

      added the new draft enum value to the request property

      request-property-enum-value-added

    • ○

      added the new private enum value to the request property

      request-property-enum-value-added

    • ○

      added the new public enum value to the request property

      request-property-enum-value-added