Skip to content

Commit

Permalink
Clarify wording.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
2 people authored and msporny committed Mar 5, 2024
1 parent 9897cfe commit 8d6b676
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,11 +671,12 @@ <h4>OAuth 2.0</h4>
<h3>Options</h3>
<p>
Some of the endpoints defined in the following sections accept an `options` object.
The `options` properties are OPTIONAL for every endpoint, as these properties
are intended to meet per-configuration needs that might vary. However, instance configurations MAY
prohibit some options from being used in order to preclude clients from passing certain
data to a given instance. Some configurations MAY also require some options to
be passed.
All properties of the `options` object are OPTIONAL when configuring each endpoint,
as these properties are intended to meet per-deployment needs that might vary.
Thus, any given endpoint configuration MAY prohibit client use of some `options`
properties in order to prevent clients from passing certain data to that endpoint.
Likewise, an endpoint configuration MAY require that clients include some `options`
properties.
</p>
</section>

Expand Down

0 comments on commit 8d6b676

Please sign in to comment.