Skip to content

Commit

Permalink
IBX-4123: [Backport] Added /languages and /languages/{code} endpo…
Browse files Browse the repository at this point in the history
…ints

(cherry picked from commit 674e612e176bc85556513a716556d643f81d722d)
  • Loading branch information
Steveb-p committed Nov 9, 2023
1 parent 6c69db6 commit 0acd10f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/bundle/Functional/_snapshot/Language.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Language": {
"_media-type": "application\/vnd.ez.api.Language+json",
"_href": "\/api\/ibexa\/v2\/languages\/eng-GB",
"_href": "\/api\/ezp\/v2\/languages\/eng-GB",
"languageId": 2,
"languageCode": "eng-GB",
"name": "English (United Kingdom)"
Expand Down
4 changes: 2 additions & 2 deletions tests/bundle/Functional/_snapshot/LanguageList.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"LanguageList": {
"_media-type": "application\/vnd.ez.api.LanguageList+json",
"_href": "\/api\/ibexa\/v2\/languages",
"_href": "\/api\/ezp\/v2\/languages",
"Language": [
{
"_media-type": "application\/vnd.ez.api.Language+json",
"_href": "\/api\/ibexa\/v2\/languages\/eng-GB",
"_href": "\/api\/ezp\/v2\/languages\/eng-GB",
"languageId": 2,
"languageCode": "eng-GB",
"name": "English (United Kingdom)"
Expand Down

0 comments on commit 0acd10f

Please sign in to comment.