mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Add YouTrack to the supported services (#853)
YouTrack is one of GitLab's supported services, but it's missing here.
This commit is contained in:
parent
1997e3416e
commit
a203d32bfe
@ -31,7 +31,8 @@ export type SupportedService =
|
||||
| 'teamcity'
|
||||
| 'jenkins'
|
||||
| 'jenkins-deprecated'
|
||||
| 'mock-ci';
|
||||
| 'mock-ci'
|
||||
| 'youtrack';
|
||||
|
||||
export class Services extends BaseService {
|
||||
edit(projectId: string | number, serviceName: SupportedService, options?: BaseRequestOptions) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user