Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update public users API #1094

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading