> ## Documentation Index
> Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# June 30 2024

## Versions

* Latest React SDK: [2.0.4](https://www.npmjs.com/package/@veltdev/react)
* Latest Non-React SDK: [2.0.4](https://www.npmjs.com/package/@veltdev/client)
* Latest Types: [2.0.4](https://www.npmjs.com/package/@veltdev/types)

## Added REST APIs

We have added REST APIs so that developers have more control when it comes to accessing and setting data.

REST APIs is a featureset that will have continued expansion but the current REST APIs give improved control over **Organizations**, **Documents**, **Users**, **Organization User Groups**, and **Comments**.

More REST APIs will be coming soon!

### [Organizations APIs](/api-reference/rest-apis/organizations/add-organizations)

1. Add Organizations
2. Update Organizations
3. Delete Organizations
4. Get Organizations
5. Update Disabled State for Organizations

### [Documents APIs](/api-reference/rest-apis/documents/add-documents)

1. Add Documents
2. Update Documents
3. Delete Documents
4. Get Documents
5. Update Access for Documents
6. Update Disabled State for Documents

### [Users APIs](/api-reference/rest-apis/v2/users/add-users)

1. Add Users
2. Update Users
3. Delete Users
4. Get Users

### [Organization User Groups APIs](/api-reference/rest-apis/v2/users/add-users)

1. Add User Groups
2. Add Users to Groups
3. Delete Users from Groups

### [Commenting APIs](/api-reference/rest-apis/v2/comments-feature/comment-annotations/add-comment-annotations)

1. Add Comment Annotations
2. Update Comment Annotations
3. Delete Comment Annotations
4. Get Comment Annotations
5. Add Comments
6. Update Comments
7. Delete Comments
8. Get Comments
