# Updates an order with the notification id **PUT /orders/{orderId}** Should only be invoked for verified users (logged into account or verified email address) ## Servers ## Authentication methods - Orders api token ## Parameters ### Path parameters - **orderId** (string(uuid)) UUID of an order that has been sent to a lab ### Body: (object) - **notificationId** (string) Notification ID sent from Data4Life that can be used later to notify them that lab results have been uploaded. ## Responses ### 500 General error response body #### Body: (object) - **message** (string) ### 200 Successful update ### 401 API key invalid or missing #### Headers - **WWW-Authenticate** (string) ### 404 no order for the given id found [Powered by Bump.sh](https://bump.sh)