Skip to content

Commit

Permalink
Merge pull request #1745 from nextcloud/fix/docs
Browse files Browse the repository at this point in the history
fix(docs): Add changes of API 2.1 to the API docs
  • Loading branch information
Chartman123 committed Oct 16, 2023
2 parents b54c514 + cb8cb91 commit cf2c71c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/API.md
Expand Up @@ -19,10 +19,13 @@ This file contains the API-Documentation. For more information on the returned D
"data": <Actual data>
}
```
## Breaking Changes on API v2
## API changes
### Breaking Changes on API v2
- The `mandatory` property of questions has been removed. It is replaced by `isRequired`.
- Completely new way of handling access & shares.

### Other API changes
- In API version 2.1 the endpoint `/api/v2.1/share/update` was added to update a Share

## Form Endpoints
### List owned Forms
Expand Down

0 comments on commit cf2c71c

Please sign in to comment.