Init
This commit is contained in:
12
backend/artifacts/storage/file-link.http
Normal file
12
backend/artifacts/storage/file-link.http
Normal file
@@ -0,0 +1,12 @@
|
||||
### Delete file link by id
|
||||
|
||||
DELETE {{url}}/api/crm/file-links/123
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
### Delete file links by ids
|
||||
|
||||
DELETE {{url}}/api/crm/file-links?ids=72,73
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
Reference in New Issue
Block a user