Skip to content

Add Hipchat services API

gitlab-qa-bot requested to merge github/fork/qwazerty/hipchat_api into master

Created by: qwazerty

There was no way to add a Hipchat services through the API.

This commit add two API route: PUT /projects/:id/services/hipchat (:token, :room) DELETE /projects/:id/services/hipchat

To add or remove a hipchat service for a project.

Merge request reports