{ "opencollection": "1.0.0", "info": { "name": "WeTravel Partner Access token Images API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "List images", "type": "http" }, "http": { "method": "GET", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/images", "params": [ { "name": "trip_uuid", "value": "", "type": "path" } ] }, "docs": "Get Images" }, { "info": { "name": "Create image", "type": "http" }, "http": { "method": "POST", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/images", "params": [ { "name": "trip_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Image" }, { "info": { "name": "Get image", "type": "http" }, "http": { "method": "GET", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/images/:id", "params": [ { "name": "trip_uuid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "ID of the image" } ] }, "docs": "Get Image" }, { "info": { "name": "Update image", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/images/:id", "params": [ { "name": "trip_uuid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "ID of the image" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Image" }, { "info": { "name": "Delete image", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/images/:id", "params": [ { "name": "trip_uuid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "ID of the image" } ] }, "docs": "Delete Image" } ] } ], "bundled": true }