Skip to content

Commit

Permalink
Merge cleanup from github UX
Browse files Browse the repository at this point in the history
Signed-off-by: steve lasker <[email protected]>
  • Loading branch information
SteveLasker committed Jan 3, 2025
1 parent f89ea44 commit dab6d69
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions draft-ietf-scitt-scrapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ normative:
IANA.params:

informative:
I-D.draft-demarco-oauth-nonce-endpoint: Nonce-Endpoint
I-D.draft-ietf-oauth-sd-jwt-vc: SD-JWT-VC
RFC2046:
RFC6838:
Expand Down Expand Up @@ -734,24 +735,6 @@ application/concise-problem-details+cbor
/ response-code / -4: 404,
~~~

#### Status 429

If a client is polling for an in-progress registration too frequently then the Transparency Service MAY, in addition to implementing rate-limiting, return a 429 response:

~~~
HTTP/1.1 429 Too Many Requests
Content-Type: application/json
Retry-After: <seconds>

{
"type": "urn:ietf:params:scitt:error\
:receipt:too-many-requests",
"detail": \
"Too Many Requests.\
Only <number> requests per <period> are allowed."
}
~~~

#### Eventual Consistency

For all responses additional eventually consistent operation details MAY be present.
Expand Down

0 comments on commit dab6d69

Please sign in to comment.