feat: continue to work on site

This commit is contained in:
Stevan Freeborn
2023-04-09 23:13:02 -05:00
parent 85e7934c05
commit 5c411b4b9a
11 changed files with 177 additions and 31 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
The Onspring API is organized around REST. It enables external programs to retrieve, save, and delete data within your Onspring instance. The Onspring API implements version 3 of the Open API Specification (OAS).
The Onspring API does support bulk operation for some, but not all endpoints. Bulk operations are not supported for endpoints that create, update, or delete data. The one exception is the bulk delete endpoint, which is used to delete multiple records at once.
The Onspring API does support bulk operation for some, but not all endpoints. Bulk operations are not supported for endpoints that create, update, or delete resources. The one exception is the batch delete endpoint for records, which is used to delete multiple records at once.