We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3026a commit 0606c04Copy full SHA for 0606c04
README.md
@@ -134,7 +134,7 @@ client.bucket.retrieveUsers -> GET /api/bucket/:id/users_authorized
134
client.bucket.currentRole -> GET /api/bucket/:id/current_role
135
client.bucket.setNotificationState -> POST /api/bucket/:id/manage_notif
136
client.bucket.inviteUser -> POST /api/bucket/:id/add_user
137
-client.bucket.removeInvitation -> DELETE /api/bucket/:id/invitation/:email
+client.bucket.removeInvitation -> DELETE /api/bucket/:id/invitation
138
client.bucket.removeUser -> POST /api/bucket/:id/remove_user
139
client.bucket.setUserRole -> POST /api/bucket/:id/promote_user
140
client.bucket.retrieveAll -> GET /api/bucket/
src/api_mappings.json
0 commit comments