From 966d89d84e531e35a7088d26f1649b2ff96bad22 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Thu, 20 Dec 2018 09:11:00 -0800 Subject: [PATCH] more Signed-off-by: Doug Davis --- spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.md b/spec.md index aca168c6..d6f6d706 100644 --- a/spec.md +++ b/spec.md @@ -1665,6 +1665,7 @@ The following table aims to describe when Orphan Mitigation is to be initiated: | 200 | Success | No | | 200 with malformed response | Failure | No | | 200 with `"state": "failed"` (applicable to [Polling Last Operation for Service Instances](#polling-last-operation-for-service-instances) for [Provisioning](#provisioning)/[Deprovisioning](#deprovisioning) and [Polling Last Operation for Service Bindings](#polling-last-operation-for-service-bindings) for [Binding](#binding)/[Unbinding](#unbinding)) | Failure | Yes | +| 200 with `"state": "failed"` (applicable to [Polling Last Operation for Service Instances update](#polling-last-operation-for-service-instances)) | Update failure | No | | 201 | Success | No | | 201 with malformed response | Failure | Yes | | All other 2xx | Failure | Yes |