Skip to content

Commit

Permalink
KITT-3923: Add max body size information (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnninaBiermann authored Aug 7, 2024
1 parent b51726b commit 1281818
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The following HTTP headers will be expected:
------------------|----------------------------------|-------------------------------------|
Content-Type | Content type of the request body | Always has to be `application/json` |

The request body size must not exceed 10 MB.
In case of success the API will respond with an HTTP status `201`.

## Authentication
Expand All @@ -57,10 +58,11 @@ the [Authorization-API](https://docs.api.europace.de/privatkredit/authentifizier

## HTTP Status Errors

| Error Code | Message | Description |
|------------|--------------|-------------------------------|
| 401 | Unauthorized | Authentication failed |
| 403 | Forbidden | The API client misses a scope |
| Error Code | Message | Description |
|------------|--------------------------|-------------------------------|
| 401 | Unauthorized | Authentication failed |
| 403 | Forbidden | The API client misses a scope |
| 413 | Request Entity Too Large | Request body is too large |

## Examples

Expand Down

0 comments on commit 1281818

Please sign in to comment.