Skip to content

Commit

Permalink
MD wrapping
Browse files Browse the repository at this point in the history
Signed-off-by: steve lasker <stevenlasker@hotmail.com>
  • Loading branch information
SteveLasker committed Dec 31, 2024
1 parent 22d4668 commit 2f97c58
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions draft-ietf-scitt-scrapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,9 @@ Retry-After: <seconds>
}
~~~

The response contains a reference to the running operation which is
attempting to Register the Signed Statement.
The response contains a reference to the running operation which is attempting to Register the Signed Statement.

If 202 is returned, then clients should wait until Registration
succeeded or failed by polling the Check Operation endpoint using the
`OperationID` returned in the response.
If 202 is returned, then clients should wait until Registration succeeded or failed by polling the Check Operation endpoint using the `OperationID` returned in the response.

#### Status 400 - Invalid Client Request

Expand Down Expand Up @@ -495,8 +492,7 @@ application/concise-problem-details+cbor

#### Status 404 - Operation Not Found

If no record of the specified running operation is found, the
Transparency Service returns a 404 response.
If no record of the specified running operation is found, the Transparency Service returns a 404 response.

~~~ http-message
HTTP/1.1 404 Not Found
Expand Down Expand Up @@ -569,8 +565,7 @@ Payload (in CBOR diagnostic notation)

#### Status 404

If there is no Receipt found for the specified `EntryID` the
Transparency Service returns a 404 response:
If there is no Receipt found for the specified `EntryID` the Transparency Service returns a 404 response:

~~~ http-message
HTTP/1.1 404 Not Found
Expand Down

0 comments on commit 2f97c58

Please sign in to comment.