Skip to content

fix: typos and parameter naming in OpenAPI spec#5338

Open
crtahlin wants to merge 2582 commits intoethersphere:masterfrom
crtahlin:docs/openapi-fixes
Open

fix: typos and parameter naming in OpenAPI spec#5338
crtahlin wants to merge 2582 commits 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

istae and others added 30 commits August 16, 2024 16:33
acud and others added 16 commits January 3, 2026 16:22
…rsphere#5187)

Co-authored-by: Janoš Guljaš <[email protected]>
Co-authored-by: Ljubisa Gacevic <[email protected]>
Co-authored-by: Ljubiša Gačević <[email protected]>
- 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 .

@crtahlin crtahlin force-pushed the docs/openapi-fixes branch from b8d2075 to d251fb8 Compare March 13, 2026 05:15
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.