Skip to content

Commit

Permalink
Fix further spec test errors (#392)
Browse files Browse the repository at this point in the history
* Make shortName nullable

* Add language string to config
  • Loading branch information
jellejurre authored Sep 28, 2024
1 parent f232e2e commit da0ff4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/components/schemas/APIConfigConstants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ properties:
SPOKEN_LANGUAGE_OPTIONS:
type: object
description: Supported spoken language options
additionalProperties:
type: string
required:
- GROUPS
- INSTANCE
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/InstanceShortNameResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ properties:
type: string
minLength: 1
example: 02u7yz8j
nullable: true
required:
- secureName
title: InstanceShortNameResponse
Expand Down

0 comments on commit da0ff4b

Please sign in to comment.