Skip to content

Clarify intent statements for mandatory endpoints #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion draft-ietf-scitt-scrapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ The following HTTP endpoints are mandatory to implement to enable conformance to
### Transparency Configuration

Authentication SHOULD NOT be implemented for this endpoint.
This endpoint is used to discovery the capabilities of a transparency service implementing this specification.

This endpoint is used to discover the capabilities and current configuration of a transparency service implementing this specification.

Request:

Expand Down Expand Up @@ -200,6 +201,8 @@ Fields that are not understood MUST be ignored.

Authentication MUST be implemented for this endpoint.

This endpoint is used to register a Signed Statement with a Transparency Service.

The following is a non-normative example of a HTTP request to register a Signed Statement:

Request:
Expand Down
Loading