Skip to content
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

Add Endpoints Create & Remove a dependency #92

Merged
merged 2 commits into from
Jul 12, 2018

Conversation

nbcraft
Copy link
Contributor

@nbcraft nbcraft commented Jul 12, 2018

✨ Add Public Api Create Dependency
✨ Add Public Api Delete Dependency

@nbcraft nbcraft force-pushed the dependencies-create-delete branch from 1e2273a to 2e350ed Compare July 12, 2018 22:37
@nbcraft nbcraft force-pushed the dependencies-create-delete branch from 2e350ed to c3512cb Compare July 12, 2018 22:40
@nbcraft nbcraft merged commit 5b3693b into master Jul 12, 2018
@nbcraft nbcraft deleted the dependencies-create-delete branch July 12, 2018 22:41
@nbcraft nbcraft changed the title Dependencies create delete Add Endpoints Create & Remove a dependency Jul 16, 2018
@salob
Copy link

salob commented May 15, 2022

@nbcraft @olegzd I'm getting 404 when trying to use this endpoint

curl -X DELETE -k -H 'X-Authentication-Token: $ZENHUB_TOKEN' -H 'Content-Type: application/json' -i 'https://api.zenhub.com/p1/dependencies' --data '{
  "blocking": {
    "repo_id": 490535397,
    "issue_number": 122
  },
  "blocked": {
    "repo_id": 490535397,
    "issue_number": 123
  }
}'

I don't see an Issues tab not sure where to track this. Thanks!

Monday May 16th - UPDATE - working as normal today! Now correctly getting 204

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants