Skip to content

fix: typos and parameter naming in OpenAPI spec#5338

Open
crtahlin wants to merge 1 commit intoethersphere:masterfrom
crtahlin:docs/openapi-fixes
Open

fix: typos and parameter naming in OpenAPI spec#5338
crtahlin wants to merge 1 commit intoethersphere:masterfrom
crtahlin:docs/openapi-fixes

Conversation

@crtahlin
Copy link
Contributor

Summary

  • Fix parameter name mismatch in /bytes/{reference} HEAD: address -> reference
  • Fix parameter name mismatch in /bzz/{reference} HEAD: address -> reference
  • Fix parameter name mismatch in /chunks/{address} GET: reference -> address
  • Fix typo: integerity -> integrity in /pins/check summary
  • Fix incorrect description for /pins/check ref parameter (was copy-paste of offset description)

Test plan

  • Verify OpenAPI spec validates correctly
  • Check that generated API clients use correct parameter names

- Fix parameter name mismatch in /bytes/{reference} HEAD: address -> reference
- Fix parameter name mismatch in /bzz/{reference} HEAD: address -> reference
- Fix parameter name mismatch in /chunks/{address} GET: reference -> address
- Fix typo: integerity -> integrity in /pins/check summary
- Fix incorrect description for /pins/check ref parameter
@martinconic
Copy link
Contributor

Linter is failing because the commit message(Fix typos and parameter naming in OpenAPI spec]) is not following the agreed naming conventions that we are using: https://www.conventionalcommits.org/en/v1.0.0/. Please fix the message. A valid message would be: fix: typos and parameter naming in open api spec .

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.

3 participants