diff --git a/api/bos.md b/api/bos.md index cc71d88f0c28..76f08a9fb43c 100644 --- a/api/bos.md +++ b/api/bos.md @@ -190,6 +190,7 @@ Return list of versions currently running. |Status|Meaning|Description|Schema| |---|---|---|---| |200|[OK](https://tools.ietf.org/html/rfc7231#section-6.3.1)|A collection of Versions|Inline| +|500|[Internal Server Error](https://tools.ietf.org/html/rfc7231#section-6.6.1)|An Internal Server Error occurred handling the request.|[ProblemDetails](#schemaproblemdetails)|

Response Schema

@@ -305,7 +306,7 @@ The versioning system uses [semver](https://semver.org/). ## Link Relationships * self : Link to itself * versions : Link back to the versions resource|[Version](#schemaversion)| -|500|[Internal Server Error](https://tools.ietf.org/html/rfc7231#section-6.6.1)|Bad Request|[ProblemDetails](#schemaproblemdetails)| +|500|[Internal Server Error](https://tools.ietf.org/html/rfc7231#section-6.6.1)|An Internal Server Error occurred handling the request.|[ProblemDetails](#schemaproblemdetails)|