Skip to content

Commit

Permalink
Update public users API
Browse files Browse the repository at this point in the history
Change of list of supported languages
  • Loading branch information
plks committed Nov 27, 2023
1 parent df769c2 commit 7f6171f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/authorized_api/users/public_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ components:
- status: '400'
title: Invalid form
code: users.error.unsupported-language
detail: 'Language "pl" is not supported (supported are de, en, fi, fr, nl, sv)'
detail: 'Language "pl" is not supported (supported are ca, de, en, es, fi, fr, nl, sv)'
source:
pointer: /language
unsupported_language_tag:
Expand Down Expand Up @@ -1034,4 +1034,4 @@ components:
errors:
- status: '400'
title: "Invalid field 'attributes' - value should be an object - got 'int'"
code: error.default
code: error.default

0 comments on commit 7f6171f

Please sign in to comment.