Skip to content

Commit ab4dba4

Browse files
author
Gunjit Chhatwal
committed
added url length limitation
1 parent 58763ac commit ab4dba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/dicom/dicom-services-conformance-statement-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ The query API returns one of the following status codes in the response.
615615
| `400 (Bad Request)` | The server was unable to perform the query because the query component was invalid. The response body contains details of the failure. |
616616
| `401 (Unauthorized)` | The client isn't authenticated. |
617617
| `403 (Forbidden)` | The user isn't authorized. |
618-
| `414 (URI Too Long)` | URI exceeded maximum supported length. |
618+
| `414 (URI Too Long)` | URI exceeded maximum supported length of 8192 characters. |
619619
| `424 (Failed Dependency)` | The DICOM service can't access a resource it depends on to complete this request. An example is failure to access the connected Data Lake store, or the key vault for supporting customer-managed key encryption. |
620620
| `503 (Service Unavailable)` | The service is unavailable or busy. Try again later. |
621621

0 commit comments

Comments
 (0)