diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-02-24 04:27:09 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-02-24 04:27:09 +0900 |
| commit | 76edcdbe45ec96b66153b6456e7b64f270d4b2c6 (patch) | |
| tree | 7c4008de417dfe57a3c10af61b7fe3bc58bace44 /src/server/api | |
| parent | Update description.ts (diff) | |
| download | sharkey-76edcdbe45ec96b66153b6456e7b64f270d4b2c6.tar.gz sharkey-76edcdbe45ec96b66153b6456e7b64f270d4b2c6.tar.bz2 sharkey-76edcdbe45ec96b66153b6456e7b64f270d4b2c6.zip | |
Update schemas.ts
Diffstat (limited to 'src/server/api')
| -rw-r--r-- | src/server/api/openapi/schemas.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/openapi/schemas.ts b/src/server/api/openapi/schemas.ts index 3de9e42e0c..6450dcb3ff 100644 --- a/src/server/api/openapi/schemas.ts +++ b/src/server/api/openapi/schemas.ts @@ -9,7 +9,7 @@ export const schemas = { properties: { code: { type: 'string', - description: 'An error code.', + description: 'An error code. Unique within the endpoint.', }, message: { type: 'string', |