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
Copy file name to clipboardExpand all lines: java/lance-catalog-apache-client/docs/NamespaceApi.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ No authorization required
75
75
|-------------|-------------|------------------|
76
76
|**200**| Represents a successful call to create a namespace. Returns the namespace created, as well as any properties that were stored for the namespace, including those the server might have added. Implementations are not required to support namespace properties. | - |
77
77
|**400**| Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - |
78
+
|**401**| Unauthorized. The request lacks valid authentication credentials for the operation. | - |
78
79
|**403**| Forbidden. Authenticated user does not have the necessary permissions. | - |
79
80
|**406**| Not Acceptable / Unsupported Operation. The server does not support this operation. | - |
80
81
|**503**| The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - |
@@ -143,6 +144,7 @@ No authorization required
143
144
|-------------|-------------|------------------|
144
145
|**204**| Success, no content | - |
145
146
|**400**| Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - |
147
+
|**401**| Unauthorized. The request lacks valid authentication credentials for the operation. | - |
146
148
|**403**| Forbidden. Authenticated user does not have the necessary permissions. | - |
147
149
|**404**| A server-side problem that means can not find the specified resource. | - |
148
150
|**503**| The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - |
@@ -214,6 +216,7 @@ No authorization required
214
216
|-------------|-------------|------------------|
215
217
|**200**| Returns a namespace, as well as any properties stored on the namespace if namespace properties are supported by the server. | - |
216
218
|**400**| Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - |
219
+
|**401**| Unauthorized. The request lacks valid authentication credentials for the operation. | - |
217
220
|**403**| Forbidden. Authenticated user does not have the necessary permissions. | - |
218
221
|**404**| A server-side problem that means can not find the specified resource. | - |
219
222
|**503**| The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - |
@@ -279,6 +282,7 @@ No authorization required
279
282
|-------------|-------------|------------------|
280
283
|**200**| A list of namespaces | - |
281
284
|**400**| Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - |
285
+
|**401**| Unauthorized. The request lacks valid authentication credentials for the operation. | - |
282
286
|**403**| Forbidden. Authenticated user does not have the necessary permissions. | - |
283
287
|**406**| Not Acceptable / Unsupported Operation. The server does not support this operation. | - |
284
288
|**503**| The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - |
@@ -349,6 +353,7 @@ No authorization required
349
353
|-------------|-------------|------------------|
350
354
|**200**| Success, no content | - |
351
355
|**400**| Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure, such as invalid json. Usually serves application/json content, although in some cases simple text/plain content might be returned by the server's middleware. | - |
356
+
|**401**| Unauthorized. The request lacks valid authentication credentials for the operation. | - |
352
357
|**403**| Forbidden. Authenticated user does not have the necessary permissions. | - |
353
358
|**404**| A server-side problem that means can not find the specified resource. | - |
354
359
|**503**| The service is not ready to handle the request. The client should wait and retry. The service may additionally send a Retry-After header to indicate when to retry. | - |
0 commit comments