We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Necessary endpoints (available on free plan):
PUT /organizations/{organization_id}/users/{user_id}
/organizations/{organization_id}/users/{user_id}
PATCH /organizations/{organization_id}/users
/organizations/{organization_id}/users
DELETE /organizations/{organization_id}/users/leave
/organizations/{organization_id}/users/leave
GET/POST/PATCH /workspaces/{workspace_id}/project_users
/workspaces/{workspace_id}/project_users
PUT/DELETE /workspaces/{workspace_id}/project_users/{user_id}
/workspaces/{workspace_id}/project_users/{user_id}
GET/PUT /workspaces/{workspace_id}/users
/workspaces/{workspace_id}/users
GET/PATCH/DELETE /workspaces/{workspace_id}/workspace_users
/workspaces/{workspace_id}/workspace_users
Cover new logic with tests and type annotations
API documentation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Necessary endpoints (available on free plan):
PUT
/organizations/{organization_id}/users/{user_id}
PATCH
/organizations/{organization_id}/users
DELETE
/organizations/{organization_id}/users/leave
GET/POST/PATCH
/workspaces/{workspace_id}/project_users
PUT/DELETE
/workspaces/{workspace_id}/project_users/{user_id}
GET/POST/PATCH
/workspaces/{workspace_id}/project_users
GET/PUT
/workspaces/{workspace_id}/users
GET/PATCH/DELETE
/workspaces/{workspace_id}/workspace_users
Cover new logic with tests and type annotations
API documentation
The text was updated successfully, but these errors were encountered: