Skip to content

Commit

Permalink
Change "endpoint" to "instance" in options discussion.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Mar 5, 2024
1 parent 8d6b676 commit 83a8ed8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -671,11 +671,11 @@ <h4>OAuth 2.0</h4>
<h3>Options</h3>
<p>
Some of the endpoints defined in the following sections accept an `options` object.
All properties of the `options` object are OPTIONAL when configuring each endpoint,
All properties of the `options` object are OPTIONAL when configuring each instance,
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`
Thus, any given instance configuration MAY prohibit client use of some `options`
properties in order to prevent clients from passing certain data to that instance.
Likewise, an instance configuration MAY require that clients include some `options`
properties.
</p>
</section>
Expand Down

0 comments on commit 83a8ed8

Please sign in to comment.