Skip to content

Rewording perPage description in CAMARA_common.yaml - #686

Merged
rartych merged 1 commit into
camaraproject:mainfrom
rartych:fix-per-page
Aug 3, 2026
Merged

Rewording perPage description in CAMARA_common.yaml#686
rartych merged 1 commit into
camaraproject:mainfrom
rartych:fix-per-page

Conversation

@rartych

@rartych rartych commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?

  • correction

What this PR does / why we need it:

The perPage query parameter in CAMARA_common.yaml (artifacts/common/CAMARA_common.yaml#L77-L83) is described as:

Number of subscriptions to return per page.

perPage is the common pagination parameter for any paginated list operation, not just subscriptions.

This PR aligns the description with API Design Guide wording (§4.1.1):

Number of resources to return per page.

Which issue(s) this PR fixes:

Fixes #681

Does this PR introduce a breaking change?

  • Yes
  • No

Special notes for reviewers:

Changelog input

Corrected  `perPage` description in CAMARA_common.yaml

@bigludo7 bigludo7 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PedroDiez PedroDiez left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PedroDiez

Copy link
Copy Markdown
Contributor

Please @eric-murray can you review the PR?

@rartych
rartych merged commit 0b4a724 into camaraproject:main Aug 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

perPage parameter description says "subscriptions" but the parameter is generic

5 participants