-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add descriptions to Compliance API spec #870
Add descriptions to Compliance API spec #870
Conversation
|
@@ -193,7 +193,7 @@ | |||
] | |||
} | |||
], | |||
"summary": "Get compliance snapshot_ids", | |||
"summary": "Get compliance snapshot_ids given a token. Sometimes, an opaque token will be provided as part of a URI to point to a collection of snapshots, this endpoint can be utilized to access those snapshots.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but what does "opaque" mean here? What's an opaque token, and conversely, what's a transparent token?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unreadable vs readable is how I like to think of it. An opaque token could be impossible for a user to derive useful information from, whereas a transparent one would be the inverse.
…mpliance-api-spec
…mpliance-api-spec
…mpliance-api-spec
…mpliance-api-spec
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
📚 Purpose
Adds some more descriptions to the Compliance API spec.
👌 Resolves:
Bad docs >:(
📦 Impacts:
n/a