Skip to content

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sheltongraves
Copy link
Contributor

Adding endpoint to remove a team from a repository permissions

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

Adding endpoint to remove a team from a repository permissions
@github-actions github-actions bot added the area/api Relates to Docker API docs label Apr 9, 2025
Copy link

netlify bot commented Apr 9, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 9195be7
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/68000bf944097700087860d5
😎 Deploy Preview https://deploy-preview-22400--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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:
Copy link
Collaborator

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

Copy link
Collaborator

@sarahsanders-docker sarahsanders-docker left a 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
Copy link
Contributor Author

@sheltongraves sheltongraves left a 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

@sarahsanders-docker
Copy link
Collaborator

Removing whitespace from blank line,
@sheltongraves
Copy link
Contributor Author

https://deploy-preview-22400--docsdocker.netlify.app

it still looks broken with the same error: https://deploy-preview-22400--docsdocker.netlify.app/reference/api/hub/latest/

I think there was a indentation in the blank line on 952. I removed it so fingers crossed that fixed it.

@sarahsanders-docker
Copy link
Collaborator

https://deploy-preview-22400--docsdocker.netlify.app

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Relates to Docker API docs status/review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants