Update a permission for an identity
Update a permission for an identity on a repository. **DEPRECATED:** Git identities have been promoted to global Freestyle identities used for provisioning resources scoped to customers. Please use the `/identity/v1/*` API instead.
Path Parameters
The git identity ID
uuidThe git repository ID
uuidRequest Body
application/json
"read" | "write"Response Body
curl -X PATCH "https://api.freestyle.sh/git/v1/identity/497f6eca-6276-4993-bfeb-53cbbbba6f08/permissions/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "permission": "read" }'Revoke permissions from an identity
Revoke a permission to an identity on a repository. **DEPRECATED:** Git identities have been promoted to global Freestyle identities used for provisioning resources scoped to customers. Please use the `/identity/v1/*` API instead.
Get logs from the dev server (journalctl -u freestyle-run-dev)
Next Page