put
https://api.mywishweaver.com/api/card-admins/
Update privileges for an existing card admin.
Retrieve the card_admin_id from GET /api/card-admins/card/:card_id, then submit a replacement privilege object here.
Example:
curl -X PUT "$BASE_URL/api/card-admins/<card_admin_id>" \
-H "Authorization: Bearer <access_token>" \
-H "Content-Type: application/json" \
-d '{
"privilege": {
"can_update": true,
"invite_contributors": true,
"admin_management": false
}
}'Authentication for this endpoint requires this header:
Authorization: Bearer <access_token>
Generate the bearer token by:
- rotating credentials at
POST /account/api-access/credentials/rotate - exchanging them at
POST /account/api-access/token
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200