You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`apiKey`| Description of [API key](https://swagger.io/docs/specification/authentication/api-keys/) authentication included in request headers, query parameters, or cookies. |
@@ -76,7 +74,7 @@ library can be described, as well as a custom signed URL authentication scheme.
|`type`| string |*All*|**REQUIRED**. The authentication scheme type used to access the data (`http`\|`s3`\|`planetaryComputer`\|`earthdata`\|`signedUrl`\|`oauth2`\|`apiKey`\|`openIdConnect`\| a custom scheme type ). |
77
+
|`type`| string |*All*|**REQUIRED**. The authentication scheme type used to access the data (`http`\|`s3`\|`signedUrl`\|`oauth2`\|`apiKey`\|`openIdConnect`\| a custom scheme type ). |
80
78
|`description`| string |*All*| Additional instructions for authentication. [CommonMark 0.29](https://commonmark.org/) syntax MAY be used for rich text representation. |
81
79
|`name`| string |`apiKey`|**REQUIRED.** The name of the header, query, or cookie parameter to be used. |
82
80
|`in`| string |`apiKey`|**REQUIRED.** The location of the API key (`query`\|`header`\|`cookie`). |
@@ -310,8 +308,7 @@ Promise(
310
308
311
309
### Planetary Computer URL Signing
312
310
313
-
Planetary Computer uses the same signed URL pattern described above. Here is an example of how to configure an `auth:scheme` with instructions on
314
-
how to sign URLs with the [Planetary Computer Data Authentication API](https://planetarycomputer.microsoft.com/docs/reference/sas/)
311
+
Planetary Computer uses the same signed URL pattern described above. Here is an example of how to configure a `signedUrl``auth:scheme` for the [Planetary Computer Data Authentication API](https://planetarycomputer.microsoft.com/docs/reference/sas/)
0 commit comments