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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Add changes of API 2.1 to the API docs #1745

Merged
merged 1 commit into from Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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