@@ -98,7 +98,7 @@ Name | Type | Description | Notes
9898| Status code | Description | Response headers |
9999| -------------| -------------| ------------------|
100100** 200** | OK | - |
101- ** 401** | Not Authorized | - |
101+ ** 401** | Not Authenticated | - |
102102** 403** | Not Allowed | - |
103103** 422** | Unprocessable content submitted | - |
104104** 500** | Data Access Exception | - |
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
173173| Status code | Description | Response headers |
174174| -------------| -------------| ------------------|
175175** 200** | OK | - |
176- ** 401** | Not Authorized | - |
176+ ** 401** | Not Authenticated | - |
177177** 403** | Not Allowed | - |
178178** 422** | Unprocessable content submitted | - |
179179** 500** | Data Access Exception | - |
@@ -247,7 +247,7 @@ Name | Type | Description | Notes
247247| Status code | Description | Response headers |
248248| -------------| -------------| ------------------|
249249** 200** | OK | - |
250- ** 401** | Not Authorized | - |
250+ ** 401** | Not Authenticated | - |
251251** 403** | Not Allowed | - |
252252** 422** | Unprocessable content submitted | - |
253253** 500** | Data Access Exception | - |
@@ -322,7 +322,7 @@ Name | Type | Description | Notes
322322| Status code | Description | Response headers |
323323| -------------| -------------| ------------------|
324324** 200** | OK | - |
325- ** 401** | Not Authorized | - |
325+ ** 401** | Not Authenticated | - |
326326** 403** | Not Allowed | - |
327327** 422** | Unprocessable content submitted | - |
328328** 500** | Data Access Exception | - |
@@ -396,7 +396,7 @@ void (empty response body)
396396| Status code | Description | Response headers |
397397| -------------| -------------| ------------------|
398398** 201** | Created | - |
399- ** 401** | Not Authorized | - |
399+ ** 401** | Not Authenticated | - |
400400** 403** | Not Allowed | - |
401401** 500** | Data Access Exception | - |
402402
@@ -465,7 +465,7 @@ void (empty response body)
465465| Status code | Description | Response headers |
466466| -------------| -------------| ------------------|
467467** 204** | No Content | - |
468- ** 401** | Not Authorized | - |
468+ ** 401** | Not Authenticated | - |
469469** 403** | Not Allowed | - |
470470** 500** | Data Access Exception | - |
471471
@@ -533,7 +533,7 @@ This endpoint does not need any parameter.
533533| Status code | Description | Response headers |
534534| -------------| -------------| ------------------|
535535** 200** | OK | - |
536- ** 401** | Not Authorized | - |
536+ ** 401** | Not Authenticated | - |
537537** 403** | Not Allowed | - |
538538** 500** | Data Access Exception | - |
539539
@@ -605,7 +605,7 @@ Name | Type | Description | Notes
605605| Status code | Description | Response headers |
606606| -------------| -------------| ------------------|
607607** 200** | OK | - |
608- ** 401** | Not Authorized | - |
608+ ** 401** | Not Authenticated | - |
609609** 403** | Not Allowed | - |
610610** 404** | Not found | - |
611611** 500** | Data Access Exception | - |
@@ -679,7 +679,7 @@ Name | Type | Description | Notes
679679| Status code | Description | Response headers |
680680| -------------| -------------| ------------------|
681681** 200** | OK | - |
682- ** 401** | Not Authorized | - |
682+ ** 401** | Not Authenticated | - |
683683** 403** | Not Allowed | - |
684684** 422** | Unprocessable content submitted | - |
685685** 500** | Data Access Exception | - |
0 commit comments