Merged in feature/add-deletes (pull request #214)
support delete for client, document and folder * support delete for client, document and folder * remove batch cancel conflict not used Approved-by: Jacob Mathison
This commit is contained in:
@@ -61,6 +61,7 @@ resources:
|
||||
- get
|
||||
- post
|
||||
- patch
|
||||
- delete
|
||||
|
||||
- name: labels
|
||||
description: Label-based document lookup
|
||||
@@ -105,6 +106,7 @@ roles:
|
||||
- get
|
||||
- post
|
||||
- patch
|
||||
- delete
|
||||
labels:
|
||||
- get
|
||||
|
||||
@@ -157,7 +159,6 @@ roles:
|
||||
- get
|
||||
- post
|
||||
- patch
|
||||
- delete
|
||||
clients:
|
||||
- get
|
||||
document:
|
||||
@@ -216,6 +217,7 @@ policy_mappings:
|
||||
methods:
|
||||
GET: client:get
|
||||
PATCH: client:patch
|
||||
DELETE: client:delete
|
||||
- path: /client/{id}/status
|
||||
methods:
|
||||
GET: client:get
|
||||
@@ -251,6 +253,7 @@ policy_mappings:
|
||||
- path: /document/{id}
|
||||
methods:
|
||||
GET: document:get
|
||||
DELETE: document:delete
|
||||
|
||||
export_endpoints:
|
||||
- path: /export/{id}
|
||||
@@ -285,6 +288,7 @@ policy_mappings:
|
||||
- path: /folders/{folderId}
|
||||
methods:
|
||||
PATCH: folders:patch
|
||||
DELETE: folders:delete
|
||||
- path: /folders/{folderId}/documents
|
||||
methods:
|
||||
GET: folders:get
|
||||
|
||||
Reference in New Issue
Block a user