You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/endorsement-provisioning/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,12 +91,12 @@ format is CoRIM.
91
91
{ "status": "processing|success|failed" }
92
92
```
93
93
94
+
94
95
* Client submits the endorsement provisioning request
95
96
* Server responds with response code `201` indicating that the request has been accepted and will be processed asynchronously
96
97
* Server returns the URI of a time-bound session resource in the `Location` header. The resource can be polled at regular intervals to check the progress of the submission, until the processing is complete (either successfully or with a failure)
0 commit comments