Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing request body to /soc endpoint openapi spec [3761] #4466

Merged

Conversation

LevilkTheReal
Copy link
Contributor

Description

The "/soc/{owner}/{id}" endpoint requires a request body. It's not indicated in the Swagger doc.

Related Issue (Optional)

#3761

@@ -678,6 +678,12 @@ paths:
$ref: "SwarmCommon.yaml#/components/parameters/SwarmPostageBatchId"
name: swarm-postage-batch-id
required: true
requestBody:
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be great to also add a description.

@istae istae merged commit 8ee0bc8 into ethersphere:master Dec 12, 2023
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants