appwrite/docs/examples/1.6.x/server-rest/examples/databases/update-relationship-attribute.md
2025-04-24 14:46:03 +00:00

300 B

PATCH /v1/databases/{databaseId}/collections/{collectionId}/attributes/{key}/relationship HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.6.0 X-Appwrite-Project: <YOUR_PROJECT_ID> X-Appwrite-Key: <YOUR_API_KEY>

{ "onDelete": "cascade", "newKey": }