diff --git a/docs/web_api.md b/docs/web_api.md index 677e99d..e4503a8 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -1159,7 +1159,8 @@ Where `response` is an object int he following format: { application: , proc_id: , - message: + message: , + complete: } ``` - The `application` field contains the name of application currently being @@ -1169,6 +1170,9 @@ Where `response` is an object int he following format: process. This id is generated for each update request. - The `message` field contains an asyncronous message sent during the update process. +- The `complete` field is set to true on the final message sent during an + update, indicating that the update completed successfully. Otherwise it + will be false. # Appendix