Skip to content

Commit 268ef9b

Browse files
committed
Add Merit Systems authors, remove well-known fallback location
1 parent 07c165c commit 268ef9b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

specs/extensions/draft-payment-discovery-00.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ author:
1717
ins: J. Moxey
1818
email: jake@tempo.xyz
1919
org: Tempo Labs
20+
- name: Ryan Sproule
21+
ins: R. Sproule
22+
email: ryan@merit.systems
23+
org: Merit Systems
24+
- name: Sam Ragsdale
25+
ins: S. Ragsdale
26+
email: sam@merit.systems
27+
org: Merit Systems
2028

2129
normative:
2230
RFC2119:
@@ -136,18 +144,12 @@ surface, including payment-enabled operations.
136144

137145
## Document Location
138146

139-
The OpenAPI document MUST be accessible at one of the
140-
following locations, tried in order:
147+
The OpenAPI document MUST be accessible at:
141148

142149
~~~
143150
GET /openapi.json
144-
GET /.well-known/openapi.json
145151
~~~
146152

147-
Clients MUST try `/openapi.json` first. If that returns
148-
a non-2xx response, clients SHOULD try
149-
`/.well-known/openapi.json`.
150-
151153
The document MUST be served over HTTPS with
152154
`Content-Type: application/json`.
153155

0 commit comments

Comments
 (0)