{ "opencollection": "1.0.0", "info": { "name": "appointments adopt update API", "version": "3.0.0" }, "items": [ { "info": { "name": "update", "type": "folder" }, "items": [ { "info": { "name": "Update an appointment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:appointmentId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Accept-Charset", "value": "" }, { "name": "Accept-Language", "value": "" }, { "name": "If-Match", "value": "" }, { "name": "If-None-Match", "value": "" }, { "name": "Prefer", "value": "" }, { "name": "Request-Id", "value": "" }, { "name": "Subscription-Id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "appointmentId", "value": "", "type": "path", "description": "The appointment identifier" } ] }, "docs": "Update an appointment. This method does not guarantee that resource reservations associated with the appointment (advisors, transports, reserved equipment/parts) will be updated. It is suggested that the service-scheduling API be used for this purpose.\n" } ] } ], "bundled": true }