Skip to content

Commit

Permalink
Finish up tweak to A.J.'s suggestion after merging main
Browse files Browse the repository at this point in the history
Signed-off-by: steve lasker <stevenlasker@hotmail.com>
  • Loading branch information
SteveLasker committed Jan 3, 2025
1 parent a69ee71 commit 9c8fd24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions draft-ietf-scitt-scrapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,10 @@ In cases where the registration request is accepted but the Transparency Service

If the `OperationID` is a valid URL, it MAY be included as a `Location` header in the HTTP response.

Transparency Services do not guarantee retention of operation IDs for a period of time or the entirety of its lifecycle.
A Transparency MAY delete operation records and some operation IDs lookups MAY return error XYZ at one time even though they were valid in the past.
The length of validity of the `OperationID` is Transparency Service specific, but at a minimum, the Transparency Service MUST maintain a record of every running or successful operation until at least one client has fetched the completed Receipt.
Transparency Services do not guarantee the retention of operation IDs for the entirety of their lifecycle.
A Transparency MAY delete operation records, and some operation ID lookups MAY return error 404, even though they were valid in the past.
The length of validity of the `OperationID` is Transparency Service specific.
Still, the Transparency Service MUST maintain a record of every running or successful operation until at least one client has fetched the completed Receipt.

The Transparency Service MAY include a `Retry-After` header in the HTTP response to help with polling.

Expand Down

0 comments on commit 9c8fd24

Please sign in to comment.