Commit 7b0bda9 1 parent 6dab162 commit 7b0bda9 Copy full SHA for 7b0bda9
File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -506,10 +506,10 @@ paths:
506
506
507
507
The response contains both configuration and table metadata. The configuration, if non-empty is used
508
508
as additional configuration for the table that overrides catalog configuration. For example, this
509
- configuration may change the FileIO implemented used for the table.
509
+ configuration may change the FileIO implementation to be used for the table.
510
510
511
511
512
- The response also contains the table's full metadata.
512
+ The response also contains the table's full metadata, matching the table metadata JSON file .
513
513
514
514
515
515
The catalog configuration may contain credentials that should be used for subsequent requests for the
@@ -2385,6 +2385,13 @@ components:
2385
2385
securitySchemes :
2386
2386
OAuth2 :
2387
2387
type : oauth2
2388
+ description :
2389
+ This scheme is used for OAuth2 authorization.
2390
+
2391
+
2392
+ For unauthorized requests, services should return an appropriate 401 or
2393
+ 403 response. Implementations must not return altered success (200)
2394
+ responses when a request is unauthenticated or unauthorized.
2388
2395
flows :
2389
2396
clientCredentials :
2390
2397
tokenUrl : /v1/oauth/tokens
You can’t perform that action at this time.
0 commit comments