-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Adding endpoint to remove a team from a repository permissions #22400
New issue
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
base: main
Are you sure you want to change the base?
Conversation
Adding endpoint to remove a team from a repository permissions
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
"403": | ||
$ref: "#/components/responses/Forbidden" | ||
"404": | ||
$ref: "#/components/responses/NotFound" | ||
|
||
/v2/orgs/{org_name}/members: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
something is off with this line when I try to preview:
bad indentation of a mapping entry in "https://deploy-preview-22400--docsdocker.netlify.app/reference/api/hub/latest.yaml" (959:3)
- probably an indention thing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting a yaml indentation error on my end, line 959. left a comment!
Fix indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think i fixed it. Let me know if this works
it still looks broken with the same error: https://deploy-preview-22400--docsdocker.netlify.app/reference/api/hub/latest/ |
Removing whitespace from blank line,
I think there was a indentation in the blank line on 952. I removed it so fingers crossed that fixed it. |
mmmmm it is still returning a broken error for me, specially on the Hub API reference url https://deploy-preview-22400--docsdocker.netlify.app/reference/api/hub/latest/ |
Adding endpoint to remove a team from a repository permissions
Description
Related issues or tickets
Reviews