owncloud / owncloud/libre-graph-api
Remove batch sharing
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 4
- Forks
- 3
- Avg merge
- 23h 14m
- Merged PRs (30d)
- 1
Description
Description
At present, OCIS doesn't offer batch sharing functionality, although the Swagger documentation still indicates that OCIS is capable of handling it. OCIS returns a 400 status code in response. Considering this test scenario (https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNg/shareInvitations.feature#L965), it suggests that the inability to perform batch sharing is a genuine feature of OCIS.
Location
- https://github.com/owncloud/libre-graph-api/blob/main/api/openapi-spec/v1.0.yaml#L1262
- https://github.com/owncloud/libre-graph-api/blob/main/api/openapi-spec/v1.0.yaml#L1309
- https://github.com/owncloud/libre-graph-api/blob/main/api/openapi-spec/v1.0.yaml#L548
- https://github.com/owncloud/libre-graph-api/blob/main/api/openapi-spec/v1.0.yaml#L595
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with api/openapi-spec/v1.0.yaml at the four locations listed in the issue, then compare those declarations with the batch-sharing scenario in tests/acceptance/features/apiSharingNg/shareInvitations.feature. Remove the unsupported batch-sharing documentation and verify that the OpenAPI specification no longer advertises those operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi
- Domain
- api
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100