forked from ethersphere/bee-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Summary
Fix clear-cut errors in openapi/Swarm.yaml that produce incorrect or misleading API documentation.
Changes
- Wrong description:
/pins/checkrefparameter currently says "The number of items to skip before starting to collect the result set." — this is copy-pasted from pagination parameters and is incorrect. Should describe the optional reference to validate. - Typo:
/pins/checksummary says "integerity" — should be "integrity". - Parameter naming mismatches:
HEAD /bytes/{reference}— parameter is namedaddressbut path uses{reference}HEAD /bzz/{reference}— parameter is namedaddressbut path uses{reference}GET /chunks/{address}— parameter is namedreferencebut path uses{address}
File
openapi/Swarm.yaml
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels