feat(API): add name filter query parameter to spaces list #STRINGS-3036 - #1267
Merged
Merged
Conversation
Contributor
API changelog (oasdiff)Doc-only edits (descriptions, examples) do not appear here. |
Sven Dunemann (forelabs)
approved these changes
Sep 14, 2026
Sven Dunemann (forelabs)
deleted the
openapi-sync/strings-app-pr-18725
branch
September 14, 2026 13:00
This was referenced Sep 14, 2026
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was generated by the
openapi-applyagent in response to a/openapi-sync applyrequest onPhrase-Engineering/strings-app#18725.
What changed in the API
GET /api/v2/accounts/{account_id}/spacesnow accepts an optionalqquery parameter. When set toname:<value>, the response is filtered to spaces whose names begin with<value>(case-sensitive prefix match). Whenqis absent or does not match thename:prefix, all accessible spaces are returned unchanged.Source
Notes for reviewers
lint.sh(openapi-generator-cli validation) reportedjava: not foundin the CI environment — Java was not available when the agent ran, so the generator validation step was skipped. Theswagger-cli validateandmake bundlesteps both passed cleanly (exit 0). Please verify generator lint locally if needed.401and403responses topaths/spaces/index.yamlwhich were missing from the existing operation but are documented in the source-of-truth audit (the endpoint requiresauthorize_user!(scopes: [:read])and Pundit authorization).Opened automatically by the
openapi-applyagent. Review the spec changesagainst the linked strings-app PR; the agent does not vouch for correctness
beyond "the YAML parsed and the documented layout was followed."