Readonly
accept accept : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { mirroringRequestId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { baseUrl ?: string ; enabled ?: boolean ; id ?: string ; lastSeenDate ?: string ; mirrorType ?: "FARM" | "SINGLE" ; name ?: string ; productVersion ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
add add : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "*/*" : { buildNumber ?: string ; description ?: string ; duration ?: number ; key : string ; lastUpdated ?: number ; name ?: string ; parent ?: string ; ref ?: string ; state : "FAILED" | "INPROGRESS" | "SUCCESSFUL" | "UNKNOWN" | "CANCELLED" ; testResults ?: { failed ?: number ; skipped ?: number ; successful ?: number } ; url : string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commitId : string ; projectKey : string ; repositorySlug : string } Readonly
commitId : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "*/*" : { buildNumber ?: string ; description ?: string ; duration ?: number ; key : string ; lastUpdated ?: number ; name ?: string ; parent ?: string ; ref ?: string ; state : "FAILED" | "INPROGRESS" | "SUCCESSFUL" | "UNKNOWN" | "CANCELLED" ; testResults ?: { failed ?: number ; skipped ?: number ; successful ?: number } ; url : string ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
add Annotations addAnnotations : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { annotations ?: readonly { externalId ?: string ; line ?: number ; link ?: string ; message : string ; path ?: string ; severity : string ; type ?: string ; } [] ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string } Readonly
commitId : string Readonly
key : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { annotations ?: readonly { externalId ?: string ; line ?: number ; link ?: string ; message : string ; path ?: string ; severity : string ; type ?: string ; } [] ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
add Build Status addBuildStatus : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { buildNumber ?: string ; createdDate ?: number ; description ?: string ; duration ?: number ; key ?: string ; name ?: string ; parent ?: string ; ref ?: string ; state ?: "FAILED" | "INPROGRESS" | "SUCCESSFUL" | "UNKNOWN" | "CANCELLED" ; testResults ?: { failed ?: number ; skipped ?: number ; successful ?: number } ; updatedDate ?: number ; url ?: string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commitId : string } Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { buildNumber ?: string ; createdDate ?: number ; description ?: string ; duration ?: number ; key ?: string ; name ?: string ; parent ?: string ; ref ?: string ; state ?: "FAILED" | "INPROGRESS" | "SUCCESSFUL" | "UNKNOWN" | "CANCELLED" ; testResults ?: { failed ?: number ; skipped ?: number ; successful ?: number } ; updatedDate ?: number ; url ?: string ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
add Default Task addDefaultTask : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody : { content : { "application/json" : { description ?: string ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "application/json" : { description ?: string ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
add Default Task_ 1 addDefaultTask_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody : { content : { "application/json" : { description ?: string ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "application/json" : { description ?: string ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
add Exempt Repo addExemptRepo : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
add For Project addForProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { key ?: { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { key ?: { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
add For Repository addForRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { key ?: { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { key ?: { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
add Group To User addGroupToUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { context ?: string ; itemName ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
add Key addKey : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { user ?: string } ; } ; requestBody ?: { content : { "application/json" : { emailAddress ?: string ; expiryDate ?: number ; fingerprint ?: string ; id ?: string ; subKeys ?: readonly { expiryDate ?: string ; fingerprint ?: string } [] ; text ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { emailAddress ?: string ; expiryDate ?: number ; fingerprint ?: string ; id ?: string ; subKeys ?: readonly { expiryDate ?: string ; fingerprint ?: string } [] ; text ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { user ?: string } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Optional
Readonly
path ?: undefined Optional
Readonly
query ?: { user ?: string } Optional
Readonly
user ?: string Optional
Readonly
requestBody ?: { content : { "application/json" : { emailAddress ?: string ; expiryDate ?: number ; fingerprint ?: string ; id ?: string ; subKeys ?: readonly { expiryDate ?: string ; fingerprint ?: string } [] ; text ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { emailAddress ?: string ; expiryDate ?: number ; fingerprint ?: string ; id ?: string ; subKeys ?: readonly { expiryDate ?: string ; fingerprint ?: string } [] ; text ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { emailAddress ?: string ; expiryDate ?: number ; fingerprint ?: string ; id ?: string ; subKeys ?: readonly { expiryDate ?: string ; fingerprint ?: string } [] ; text ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
add Label addLabel : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { name ?: string } } } ; responses : { "200" : { content : { "application/json" : { name ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { name ?: string } } } Readonly
responses : { "200" : { content : { "application/json" : { name ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { name ?: string } } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
add Ssh Key addSshKey : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { user ?: string } ; } ; requestBody ?: { content : { "application/json" : { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
add Users To Group addUsersToGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { group ?: string ; users : readonly string [] } ; } ; } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
add User To Group addUserToGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { context ?: string ; itemName ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
add User To Groups addUserToGroups : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { groups : readonly string [] ; user ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
analytics Settings analyticsSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { canCollectAnalytics ?: boolean ; serverTime ?: number ; supportEntitlementNumber ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
apply Suggestion applySuggestion : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { commentVersion ?: { asInt ?: number ; present ?: boolean } ; commitMessage ?: string ; pullRequestVersion ?: { asInt ?: number ; present ?: boolean } ; suggestionIndex ?: { asInt ?: number ; present ?: boolean } ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } Readonly
commentId : string Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { commentVersion ?: { asInt ?: number ; present ?: boolean } ; commitMessage ?: string ; pullRequestVersion ?: { asInt ?: number ; present ?: boolean } ; suggestionIndex ?: { asInt ?: number ; present ?: boolean } ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
approve approve : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
assign Participant Role assignParticipantRole : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody : { content : { "application/json" : { role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "application/json" : { role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
authenticate authenticate : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { credentials : | { token : string } | { algorithm ?: string ; publicKey : string ; username ?: string } | { password : string ; username : string } ; repositoryId ?: number ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; effectivePermissions ?: Record < string , unknown > ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
bulk Add Exempt Repositories bulkAddExemptRepositories : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "*/*" : readonly { projectKey ?: string ; slug ?: string } [] } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
bulk Add Exempt Repositories_ 1 bulkAddExemptRepositories_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "*/*" : readonly { projectKey ?: string ; slug ?: string } [] } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
cancel Auto Merge cancelAutoMerge : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
cancel Export Job cancelExportJob : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
cancel Import Job cancelImportJob : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
cancel Mesh Migration Job cancelMeshMigrationJob : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
can Merge canMerge : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { conflicted ?: boolean ; outcome ?: "UNKNOWN" | "CLEAN" | "CONFLICTED" ; vetoes ?: readonly { detailedMessage ?: string ; summaryMessage ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
can Rebase canRebase : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { vetoes ?: readonly { detailedMessage ?: string ; summaryMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
clear Default Branch clearDefaultBranch : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
clear Sender Address clearSenderAddress : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
clear User Captcha Challenge clearUserCaptchaChallenge : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
connectivity connectivity : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { reports ?: readonly { node ?: { id ?: (...) | (...); name ?: (...) | (...); type ?: (...) | (...) | (...); } ; summaries ?: readonly { node ?: ...; summary ?: ... } [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
create create : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create_ 1 create_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create_ 2 create_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create_ 3 create_3 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody : { content : { "application/json" : { componentKey ?: string ; featureKey : string ; namespace : string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { componentKey ?: string ; featureKey ?: string ; namespace ?: string ; processedState ?: "FAILED" | "IN_PROGRESS" | "PROCESSED" | "UNPROCESSED" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "application/json" : { componentKey ?: string ; featureKey : string ; namespace : string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { componentKey ?: string ; featureKey ?: string ; namespace ?: string ; processedState ?: "FAILED" | "IN_PROGRESS" | "PROCESSED" | "UNPROCESSED" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { componentKey ?: string ; featureKey ?: string ; namespace ?: string ; processedState ?: "FAILED" | "IN_PROGRESS" | "PROCESSED" | "UNPROCESSED" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Access Token createAccessToken : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; token ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; token ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; token ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Access Token_ 1 createAccessToken_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; token ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; token ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; token ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Access Token_ 2 createAccessToken_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; token ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { userSlug : string } Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; token ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; token ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Allowlist Rule createAllowlistRule : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Allowlist Rule_ 1 createAllowlistRule_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Branch createBranch : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody : { content : { "application/json" : { name ?: string ; startPoint ?: string } } ; } ; responses : { "201" : { content : { "application/json" : { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
create Branch For Repository createBranchForRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { message ?: string ; name ?: string ; startPoint ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { message ?: string ; name ?: string ; startPoint ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Certificate createCertificate : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody : { content : { "multipart/form-data" : { certificate ?: string } } ; } ; responses : { "201" : { content : { "application/json" : { fingerprint ?: string ; id ?: number } } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Readonly
requestBody : { content : { "multipart/form-data" : { certificate ?: string } } } Readonly
responses : { "201" : { content : { "application/json" : { fingerprint ?: string ; id ?: number } } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { fingerprint ?: string ; id ?: number } } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } createComment : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { since ?: string } ; } ; requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { since ?: string } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commitId : string ; projectKey : string ; repositorySlug : string } Readonly
commitId : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: { since ?: string } Optional
Readonly
since ?: string Optional
Readonly
requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } createComment_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } createComment_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Group createGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { deletable ?: boolean ; name ?: string } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
create Hook Script createHookScript : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "multipart/form-data" : { content ?: string ; description ?: string ; name ?: string ; type ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "multipart/form-data" : { content ?: string ; description ?: string ; name ?: string ; type ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Issue createIssue : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string } ; query ?: { applicationId ?: string } ; } ; requestBody ?: { content : { "application/json" : string } } ; responses : { "200" : { content : { "application/json" : { commentId ?: number ; issueKey ?: string } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string } ; query ?: { applicationId ?: string } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commentId : string } Readonly
commentId : string Optional
Readonly
query ?: { applicationId ?: string } Optional
Readonly
applicationId ?: string Optional
Readonly
requestBody ?: { content : { "application/json" : string } } Readonly
responses : { "200" : { content : { "application/json" : { commentId ?: number ; issueKey ?: string } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { commentId ?: number ; issueKey ?: string } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Or Update Deployment createOrUpdateDeployment : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "*/*" : { deploymentSequenceNumber : number ; description : string ; displayName : string ; environment : { displayName ?: string ; key ?: string ; type ?: string ; url ?: string ; } ; key : string ; lastUpdated ?: number ; state : | "FAILED" | "SUCCESSFUL" | "IN_PROGRESS" | "PENDING" | "UNKNOWN" | "CANCELLED" | "ROLLED_BACK" ; url : string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { deploymentSequenceNumber ?: number ; description ?: string ; displayName ?: string ; environment ?: { displayName : string ; key : string ; type ?: string ; url ?: string ; } ; fromCommit ?: { displayId ?: string ; id ?: string } ; key ?: string ; lastUpdated ?: number ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; state ?: | "FAILED" | "SUCCESSFUL" | "IN_PROGRESS" | "PENDING" | "UNKNOWN" | "CANCELLED" | "ROLLED_BACK" ; toCommit ?: { displayId ?: string ; id ?: string } ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commitId : string ; projectKey : string ; repositorySlug : string } Readonly
commitId : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "*/*" : { deploymentSequenceNumber : number ; description : string ; displayName : string ; environment : { displayName ?: string ; key ?: string ; type ?: string ; url ?: string ; } ; key : string ; lastUpdated ?: number ; state : | "FAILED" | "SUCCESSFUL" | "IN_PROGRESS" | "PENDING" | "UNKNOWN" | "CANCELLED" | "ROLLED_BACK" ; url : string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { deploymentSequenceNumber ?: number ; description ?: string ; displayName ?: string ; environment ?: { displayName : string ; key : string ; type ?: string ; url ?: string ; } ; fromCommit ?: { displayId ?: string ; id ?: string } ; key ?: string ; lastUpdated ?: number ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; state ?: | "FAILED" | "SUCCESSFUL" | "IN_PROGRESS" | "PENDING" | "UNKNOWN" | "CANCELLED" | "ROLLED_BACK" ; toCommit ?: { displayId ?: string ; id ?: string } ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { deploymentSequenceNumber ?: number ; description ?: string ; displayName ?: string ; environment ?: { displayName : string ; key : string ; type ?: string ; url ?: string ; } ; fromCommit ?: { displayId ?: string ; id ?: string } ; key ?: string ; lastUpdated ?: number ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; state ?: | "FAILED" | "SUCCESSFUL" | "IN_PROGRESS" | "PENDING" | "UNKNOWN" | "CANCELLED" | "ROLLED_BACK" ; toCommit ?: { displayId ?: string ; id ?: string } ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Project createProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Pull Request Condition createPullRequestCondition : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Pull Request Condition_ 1 createPullRequestCondition_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Repository createRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Required Builds Merge Check createRequiredBuildsMergeCheck : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "*/*" : { buildParentKeys : readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; refMatcher : { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { buildParentKeys ?: readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; id ?: number ; refMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "*/*" : { buildParentKeys : readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; refMatcher : { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { buildParentKeys ?: readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; id ?: number ; refMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { buildParentKeys ?: readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; id ?: number ; refMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Restrictions createRestrictions : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/vnd.atl.bitbucket.bulk+json" : readonly { accessKeyIds ?: readonly number [] ; accessKeys ?: readonly { key ?: { algorithmType ?: ...; bitLength ?: ...; createdDate ?: ...; expiryDays ?: ...; fingerprint ?: ...; id ?: ...; label ?: ...; lastAuthenticated ?: ...; text ?: ...; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; repository ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; origin ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; } [] ; groupNames ?: readonly string [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; userSlugs ?: readonly string [] ; } [] ; } ; } ; responses : { "200" : { content : { "application/json" : { accessKeys ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/vnd.atl.bitbucket.bulk+json" : readonly { accessKeyIds ?: readonly number [] ; accessKeys ?: readonly { key ?: { algorithmType ?: ...; bitLength ?: ...; createdDate ?: ...; expiryDays ?: ...; fingerprint ?: ...; id ?: ...; label ?: ...; lastAuthenticated ?: ...; text ?: ...; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; repository ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; origin ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; } [] ; groupNames ?: readonly string [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; userSlugs ?: readonly string [] ; } [] ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { accessKeys ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { accessKeys ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Restrictions_ 1 createRestrictions_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/vnd.atl.bitbucket.bulk+json" : readonly { accessKeyIds ?: readonly number [] ; accessKeys ?: readonly { key ?: { algorithmType ?: ...; bitLength ?: ...; createdDate ?: ...; expiryDays ?: ...; fingerprint ?: ...; id ?: ...; label ?: ...; lastAuthenticated ?: ...; text ?: ...; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; repository ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; origin ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; } [] ; groupNames ?: readonly string [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; userSlugs ?: readonly string [] ; } [] ; } ; } ; responses : { "200" : { content : { "application/json" : { accessKeys ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/vnd.atl.bitbucket.bulk+json" : readonly { accessKeyIds ?: readonly number [] ; accessKeys ?: readonly { key ?: { algorithmType ?: ...; bitLength ?: ...; createdDate ?: ...; expiryDays ?: ...; fingerprint ?: ...; id ?: ...; label ?: ...; lastAuthenticated ?: ...; text ?: ...; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; repository ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; origin ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; } [] ; groupNames ?: readonly string [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; userSlugs ?: readonly string [] ; } [] ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { accessKeys ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { accessKeys ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Rule createRule : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Rule_ 1 createRule_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Rule_ 2 createRule_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Readonly
requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Tag createTag : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { force ?: boolean ; message ?: string ; name ?: string ; startPoint ?: string ; type ?: "ANNOTATED" | "LIGHTWEIGHT" ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { displayId ?: string ; hash ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: "BRANCH" | "TAG" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { force ?: boolean ; message ?: string ; name ?: string ; startPoint ?: string ; type ?: "ANNOTATED" | "LIGHTWEIGHT" ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { displayId ?: string ; hash ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: "BRANCH" | "TAG" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { displayId ?: string ; hash ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: "BRANCH" | "TAG" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Tag For Repository createTagForRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { message ?: string ; name ?: string ; startPoint ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { displayId ?: string ; hash ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: "BRANCH" | "TAG" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { message ?: string ; name ?: string ; startPoint ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { displayId ?: string ; hash ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: "BRANCH" | "TAG" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { displayId ?: string ; hash ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: "BRANCH" | "TAG" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create User createUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { addToDefaultGroup ?: boolean ; displayName : string ; emailAddress : string ; name : string ; notify ?: boolean ; password ?: string ; } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
create Webhook createWebhook : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
create Webhook_ 1 createWebhook_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
decline decline : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { version ?: string } ; } ; requestBody ?: { content : { "application/json" : { comment ?: string ; version ?: number } } ; } ; responses : { "200" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: { version ?: string } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: { version ?: string } Optional
Readonly
version ?: string Optional
Readonly
requestBody ?: { content : { "application/json" : { comment ?: string ; version ?: number } } } Readonly
responses : { "200" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
delete delete : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { key ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete_ 1 delete_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { deploymentSequenceNumber ?: string ; environmentKey ?: string ; key ?: string ; } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete_ 2 delete_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : number } ; query ?: { force ?: boolean } ; } ; requestBody ?: undefined ; responses : { default : { content : { "application/json;charset=UTF-8" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete_ 3 delete_3 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { version ?: number } } } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { version ?: number } } } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
delete_ 4 delete_4 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete_ 5 delete_5 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete_ 6 delete_6 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete_ 7 delete_7 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete_ 8 delete_8 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete_ 9 delete_9 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query : { componentKey ?: string ; featureKey : string ; namespace : string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete A Code Insights Report deleteACodeInsightsReport : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete All Default Tasks deleteAllDefaultTasks : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete All Default Tasks_ 1 deleteAllDefaultTasks_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Allowlist Rule deleteAllowlistRule : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Allowlist Rule_ 1 deleteAllowlistRule_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Annotations deleteAnnotations : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: { externalId ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Attachment deleteAttachment : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { attachmentId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
deleteAttachmentMetadata : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { attachmentId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Auto Decline Settings deleteAutoDeclineSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Auto Decline Settings_ 1 deleteAutoDeclineSettings_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Avatar deleteAvatar : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { href ?: string ; name ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Banner deleteBanner : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Branch deleteBranch : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { dryRun ?: boolean ; endPoint ?: string ; name ?: string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { dryRun ?: boolean ; endPoint ?: string ; name ?: string ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
delete By Id deleteById : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; tokenId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete By Id_ 1 deleteById_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; tokenId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete By Id_ 2 deleteById_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { tokenId : string ; userSlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Certificate deleteCertificate : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content : { "application/json" : { fingerprint ?: string ; id ?: number } } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
deleteComment : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; commitId : string ; projectKey : string ; repositorySlug : string ; } ; query ?: { version ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
deleteComment_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { version ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
deleteComment_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { version ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Default Task deleteDefaultTask : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; taskId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Default Task_ 1 deleteDefaultTask_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; taskId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Exempt Repo deleteExemptRepo : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete For User deleteForUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { user ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Group deleteGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { deletable ?: boolean ; name ?: string } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Hook Script deleteHookScript : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { scriptId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Key deleteKey : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { fingerprintOrId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Mail Config deleteMailConfig : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Mirroring Request deleteMirroringRequest : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { mirroringRequestId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Preferred Mirror Id deletePreferredMirrorId : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Project deleteProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Pull Request Condition deletePullRequestCondition : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Pull Request Condition_ 1 deletePullRequestCondition_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : number ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Repository deleteRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "202" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "204" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Repository Hook deleteRepositoryHook : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Required Builds Merge Check deleteRequiredBuildsMergeCheck : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : number ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Restriction deleteRestriction : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Restriction_ 1 deleteRestriction_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Rule deleteRule : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Rule_ 1 deleteRule_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Rule_ 2 deleteRule_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Ssh Key deleteSshKey : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Ssh Keys deleteSshKeys : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { user ?: string ; userName ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Tag deleteTag : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { name : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete User deleteUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; avatarUrl ?: string ; deletable ?: boolean ; directoryName ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; lastAuthenticationTimestamp ?: number ; links ?: Record < string , unknown > ; mutableDetails ?: boolean ; mutableGroups ?: boolean ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Webhook deleteWebhook : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; webhookId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
delete Webhook_ 1 deleteWebhook_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; webhookId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
disable Hook disableHook : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { configured ?: boolean ; details ?: { configFormKey ?: string ; description ?: string ; key ?: string ; name ?: string ; supportedScopes ?: readonly ("GLOBAL" | "PROJECT" | "REPOSITORY" )[] ; type ?: "POST_RECEIVE" | "PRE_PULL_REQUEST_MERGE" | "PRE_RECEIVE" ; version ?: string ; } ; enabled ?: boolean ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
disable Hook_ 1 disableHook_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { configured ?: boolean ; details ?: { configFormKey ?: string ; description ?: string ; key ?: string ; name ?: string ; supportedScopes ?: readonly ("GLOBAL" | "PROJECT" | "REPOSITORY" )[] ; type ?: "POST_RECEIVE" | "PRE_PULL_REQUEST_MERGE" | "PRE_RECEIVE" ; version ?: string ; } ; enabled ?: boolean ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
discard Review discardReview : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
dismiss Retention Config Review Notification dismissRetentionConfigReviewNotification : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
edit Allowlist Rule editAllowlistRule : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
edit Allowlist Rule_ 1 editAllowlistRule_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
edit File editFile : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "multipart/form-data" : { branch ?: string ; content ?: string ; message ?: string ; sourceBranch ?: string ; sourceCommitId ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { author ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string ; } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string ; } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly { displayId ?: string ; id ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { path : string ; projectKey : string ; repositorySlug : string } Readonly
path : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "multipart/form-data" : { branch ?: string ; content ?: string ; message ?: string ; sourceBranch ?: string ; sourceCommitId ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { author ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly { displayId ?: string ; id ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { author ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly { displayId ?: string ; id ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
403 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
edit Rule editRule : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
edit Rule_ 1 editRule_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
edit Rule_ 2 editRule_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string } ; query ?: undefined ; } ; requestBody : { content : { "*/*" : { lineRegex ?: string ; name ?: string ; pathRegex ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
enable Hook enableHook : { parameters : { cookie ?: undefined ; header ?: { "Content-Length" ?: number } ; path : { hookKey : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { configured ?: boolean ; details ?: { configFormKey ?: string ; description ?: string ; key ?: string ; name ?: string ; supportedScopes ?: readonly ("GLOBAL" | "PROJECT" | "REPOSITORY" )[] ; type ?: "POST_RECEIVE" | "PRE_PULL_REQUEST_MERGE" | "PRE_RECEIVE" ; version ?: string ; } ; enabled ?: boolean ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
enable Hook_ 1 enableHook_1 : { parameters : { cookie ?: undefined ; header ?: { "Content-Length" ?: string } ; path : { hookKey : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { configured ?: boolean ; details ?: { configFormKey ?: string ; description ?: string ; key ?: string ; name ?: string ; supportedScopes ?: readonly ("GLOBAL" | "PROJECT" | "REPOSITORY" )[] ; type ?: "POST_RECEIVE" | "PRE_PULL_REQUEST_MERGE" | "PRE_RECEIVE" ; version ?: string ; } ; enabled ?: boolean ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
end Rolling Upgrade endRollingUpgrade : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { rollingUpgradeEnabled ?: boolean ; version ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
erase User eraseUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { newIdentifier ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find Branches findBranches : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { filterText ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { displayId ?: string ; id ?: string ; type ?: "BRANCH" | "TAG" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find By Commit findByCommit : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { displayId ?: string ; id ?: string ; type ?: "BRANCH" | "TAG" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "500" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find Exempt Repos By Project findExemptReposByProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; order ?: "NAME_ASC" | "NAME_DESC" ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find Exempt Repos By Scope findExemptReposByScope : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; order ?: "NAME_ASC" | "NAME_DESC" ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find Groups For User findGroupsForUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { context : string ; filter ?: string ; limit ?: number ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { active ?: boolean ; avatarUrl ?: string ; deletable ?: boolean ; directoryName ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; lastAuthenticationTimestamp ?: number ; links ?: Record < string , unknown > ; mutableDetails ?: boolean ; mutableGroups ?: boolean ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find Other Groups For User findOtherGroupsForUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { context : string ; filter ?: string ; limit ?: number ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { deletable ?: boolean ; name ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find Users In Group findUsersInGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { context : string ; filter ?: string ; limit ?: number ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { active ?: boolean ; avatarUrl ?: string ; deletable ?: boolean ; directoryName ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; lastAuthenticationTimestamp ?: number ; links ?: Record < string , unknown > ; mutableDetails ?: boolean ; mutableGroups ?: boolean ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find Users Not In Group findUsersNotInGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { context : string ; filter ?: string ; limit ?: number ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { active ?: boolean ; avatarUrl ?: string ; deletable ?: boolean ; directoryName ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; lastAuthenticationTimestamp ?: number ; links ?: Record < string , unknown > ; mutableDetails ?: boolean ; mutableGroups ?: boolean ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find Webhooks findWebhooks : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { event ?: string ; statistics ?: boolean } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
find Webhooks_ 1 findWebhooks_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { event ?: string ; statistics ?: boolean } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
finish Review finishReview : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { version ?: string } ; } ; requestBody ?: { content : { "application/json" : { commentText ?: string ; lastReviewedCommit ?: string ; participantStatus ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: { version ?: string } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: { version ?: string } Optional
Readonly
version ?: string Optional
Readonly
requestBody ?: { content : { "application/json" : { commentText ?: string ; lastReviewedCommit ?: string ; participantStatus ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
fork Repository forkRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
get get : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query : { key : string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { buildNumber ?: string ; createdDate ?: number ; description ?: string ; duration ?: number ; key ?: string ; name ?: string ; parent ?: string ; ref ?: string ; state ?: | "FAILED" | "INPROGRESS" | "SUCCESSFUL" | "UNKNOWN" | "CANCELLED" ; testResults ?: { failed ?: number ; skipped ?: number ; successful ?: number ; } ; updatedDate ?: number ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get_ 1 get_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { deploymentSequenceNumber ?: string ; environmentKey ?: string ; key ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { deploymentSequenceNumber ?: number ; description ?: string ; displayName ?: string ; environment ?: { displayName : string ; key : string ; type ?: string ; url ?: string ; } ; fromCommit ?: { displayId ?: string ; id ?: string } ; key ?: string ; lastUpdated ?: number ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; state ?: | "FAILED" | "SUCCESSFUL" | "IN_PROGRESS" | "PENDING" | "UNKNOWN" | "CANCELLED" | "ROLLED_BACK" ; toCommit ?: { displayId ?: string ; id ?: string } ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get_ 2 get_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { creationDate ?: number ; daysBeforeExpiry ?: number ; expiryDate ?: number ; gracePeriodEndDate ?: number ; license ?: string ; maintenanceExpiryDate ?: number ; maximumNumberOfUsers ?: number ; numberOfDaysBeforeExpiry ?: number ; numberOfDaysBeforeGracePeriodExpiry ?: number ; numberOfDaysBeforeMaintenanceExpiry ?: number ; purchaseDate ?: number ; serverId ?: string ; status ?: { currentNumberOfUsers ?: number ; serverId ?: string } ; supportEntitlementNumber ?: string ; unlimitedNumberOfUsers ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get_ 3 get_3 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get_ 4 get_4 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; restrictionState ?: | "NONE" | "RESTRICTED_MODIFIABLE" | "RESTRICTED_UNMODIFIABLE" ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get_ 5 get_5 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; restrictionState ?: | "NONE" | "RESTRICTED_MODIFIABLE" | "RESTRICTED_UNMODIFIABLE" ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get_ 6 get_6 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { settings ?: { capacity ?: number ; fillRate ?: number } ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; whitelisted ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get_ 7 get_7 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query : { componentKey ?: string ; featureKey : string ; namespace : string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { componentKey ?: string ; featureKey ?: string ; namespace ?: string ; processedState ?: "FAILED" | "IN_PROGRESS" | "PROCESSED" | "UNPROCESSED" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get A Code Insights Report getACodeInsightsReport : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { createdDate ?: number ; data ?: readonly { title ?: string ; type ?: string ; value ?: Record < string , unknown > ; } [] ; details ?: string ; key ?: string ; link ?: string ; logoUrl ?: string ; reporter ?: string ; result ?: "FAIL" | "PASS" ; title ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Active Mesh Migration Summary getActiveMeshMigrationSummary : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { endTime ?: number ; jobId ?: number ; maxBandwidth ?: number ; progress ?: number ; queue ?: Record < string , unknown > ; startTime ?: number ; state ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Activities getActivities : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { fromId ?: string ; fromType ?: string ; limit ?: number ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { action ?: | "DECLINED" | "MERGED" | "APPROVED" | "UNAPPROVED" | "AUTO_MERGE_CANCELLED" | "AUTO_MERGE_REQUESTED" | "COMMENTED" | "DELETED" | "OPENED" | "REOPENED" | "RESCOPED" | "REVIEW_COMMENTED" | "REVIEW_DISCARDED" | "REVIEW_FINISHED" | "REVIEWED" | "UPDATED" ; createdDate ?: number ; id ?: number ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All getAll : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query : { featureKey : string ; limit ?: number ; namespace : string ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { componentKey ?: string ; featureKey ?: string ; namespace ?: string ; processedState ?: | "FAILED" | "IN_PROGRESS" | "PROCESSED" | "UNPROCESSED" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Access Tokens getAllAccessTokens : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { createdDate ?: string ; id ?: string ; name ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Access Tokens_ 1 getAllAccessTokens_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { createdDate ?: string ; id ?: string ; name ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Access Tokens_ 2 getAllAccessTokens_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { createdDate ?: string ; id ?: string ; name ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Certificates getAllCertificates : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { fingerprint ?: string ; id ?: number } } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Content Hashes getAllContentHashes : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { includeDefaultBranch ?: "true" | "false" } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; properties ?: { contentHash ?: string ; defaultBranchId ?: string ; metadataHash ?: string ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Labels For Repository getAllLabelsForRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { name ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Mesh Migration Summaries getAllMeshMigrationSummaries : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { endTime ?: number ; jobId ?: number ; maxBandwidth ?: number ; progress ?: number ; queue ?: Record < string , unknown > ; startTime ?: number ; state ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Allowlist Rule getAllowlistRule : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Allowlist Rule_ 1 getAllowlistRule_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Rate Limit Settings getAllRateLimitSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { settings ?: { capacity ?: (...) | (...); fillRate ?: (...) | (...) } ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; whitelisted ?: boolean ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Registered Mesh Nodes getAllRegisteredMeshNodes : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get All Repos For Project getAllReposForProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectId : string } ; query ?: { includeDefaultBranch ?: "true" | "false" ; limit ?: number ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; properties ?: { contentHash ?: (...) | (...); defaultBranchId ?: (...) | (...); metadataHash ?: (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Annotations getAnnotations : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { annotations ?: readonly { externalId ?: string ; line ?: number ; link ?: string ; message ?: string ; path ?: string ; reportKey ?: string ; severity ?: string ; type ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Annotations_ 1 getAnnotations_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { externalId ?: string ; key ?: string ; path ?: string ; severity ?: string ; type ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { annotations ?: readonly { externalId ?: string ; line ?: number ; link ?: string ; message ?: string ; path ?: string ; reportKey ?: string ; severity ?: string ; type ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Application Properties getApplicationProperties : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { buildDate ?: string ; buildNumber ?: string ; displayName ?: string ; version ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Archive getArchive : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; filename ?: string ; format ?: string ; path ?: string ; prefix ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Attachment getAttachment : { parameters : { cookie ?: undefined ; header ?: { Range ?: string ; "User-Agent" ?: string } ; path : { attachmentId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "206" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getAttachmentMetadata : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { attachmentId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { id ?: number ; metadata ?: string ; url ?: string } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Auto Decline Settings getAutoDeclineSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Auto Decline Settings_ 1 getAutoDeclineSettings_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Auto Merge Request getAutoMergeRequest : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { autoSubject ?: boolean ; createdDate ?: number ; fromHash ?: string ; message ?: string ; strategyId ?: string ; toRefId ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Avatar getAvatar : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string } ; query ?: { version ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Banner getBanner : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { audience ?: "ALL" | "AUTHENTICATED" ; enabled ?: boolean ; message ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Branches getBranches : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { base ?: string ; boostMatches ?: boolean ; context ?: string ; details ?: boolean ; filterText ?: string ; limit ?: number ; orderBy ?: "ALPHABETICAL" | "MODIFICATION" ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Build Status getBuildStatus : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string } ; query ?: { limit ?: number ; orderBy ?: string ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { buildNumber ?: string ; createdDate ?: number ; description ?: string ; duration ?: number ; key ?: string ; name ?: string ; parent ?: string ; ref ?: string ; state ?: | "FAILED" | "INPROGRESS" | "SUCCESSFUL" | "UNKNOWN" | "CANCELLED" ; testResults ?: { failed ?: (...) | (...); skipped ?: (...) | (...); successful ?: (...) | (...); } ; updatedDate ?: number ; url ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Build Status Stats getBuildStatusStats : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string } ; query ?: { includeUnique ?: boolean } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { cancelled ?: number ; failed ?: number ; inProgress ?: number ; successful ?: number ; unknown ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get By Id getById : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; tokenId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get By Id_ 1 getById_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; tokenId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get By Id_ 2 getById_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { tokenId : string ; userSlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Capabilities getCapabilities : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { buildStatus ?: readonly string [] } } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Capabilities_ 1 getCapabilities_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Changes getChanges : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; since ?: string ; start ?: number ; withComments ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { conflict ?: { ourChange ?: (...) | (...); theirChange ?: (...) | (...); } ; contentId ?: string ; executable ?: boolean ; fromContentId ?: string ; links ?: Record < string , unknown > ; nodeType ?: "DIRECTORY" | "FILE" | "SUBMODULE" ; path ?: { components ?: (...) | (...); extension ?: (...) | (...); name ?: (...) | (...); parent ?: (...) | (...); } ; percentUnchanged ?: number ; srcExecutable ?: boolean ; srcPath ?: { components ?: (...) | (...); extension ?: (...) | (...); name ?: (...) | (...); parent ?: (...) | (...); } ; type ?: "UNKNOWN" | "DELETE" | "ADD" | "COPY" | "MODIFY" | "MOVE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Changes_ 1 getChanges_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; since ?: string ; start ?: number ; until ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { conflict ?: { ourChange ?: (...) | (...); theirChange ?: (...) | (...); } ; contentId ?: string ; executable ?: boolean ; fromContentId ?: string ; links ?: Record < string , unknown > ; nodeType ?: "DIRECTORY" | "FILE" | "SUBMODULE" ; path ?: { components ?: (...) | (...); extension ?: (...) | (...); name ?: (...) | (...); parent ?: (...) | (...); } ; percentUnchanged ?: number ; srcExecutable ?: boolean ; srcPath ?: { components ?: (...) | (...); extension ?: (...) | (...); name ?: (...) | (...); parent ?: (...) | (...); } ; type ?: "UNKNOWN" | "DELETE" | "ADD" | "COPY" | "MODIFY" | "MOVE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getComment : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; commitId : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getComment_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getComment_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getComments : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; path ?: string ; since ?: string ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { anchor ?: { diffType ?: (...) | (...) | (...) | (...); fileType ?: (...) | (...) | (...); fromHash ?: (...) | (...); line ?: (...) | (...); lineType ?: (...) | (...) | (...) | (...); multilineMarker ?: (...) | (...); path ?: (...) | (...); pullRequest ?: (...) | (...); srcPath ?: (...) | (...); toHash ?: (...) | (...); } ; anchored ?: boolean ; author ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getComments_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { count ?: string ; limit ?: number ; start ?: number ; state ?: readonly string [] ; states ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { anchor ?: { diffType ?: (...) | (...) | (...) | (...); fileType ?: (...) | (...) | (...); fromHash ?: (...) | (...); line ?: (...) | (...); lineType ?: (...) | (...) | (...) | (...); multilineMarker ?: (...) | (...); path ?: (...) | (...); pullRequest ?: (...) | (...); srcPath ?: (...) | (...); toHash ?: (...) | (...); } ; anchored ?: boolean ; author ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getComments_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query : { anchorState ?: string ; diffType ?: readonly string [] ; diffTypes ?: string ; fromHash ?: string ; limit ?: number ; path : string ; start ?: number ; state ?: readonly string [] ; states ?: string ; toHash ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { anchor ?: { diffType ?: (...) | (...) | (...) | (...); fileType ?: (...) | (...) | (...); fromHash ?: (...) | (...); line ?: (...) | (...); lineType ?: (...) | (...) | (...) | (...); multilineMarker ?: (...) | (...); path ?: (...) | (...); pullRequest ?: (...) | (...); srcPath ?: (...) | (...); toHash ?: (...) | (...); } ; anchored ?: boolean ; author ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Commit getCommit : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { path ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { author ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string ; } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string ; } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly { displayId ?: string ; id ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Commit Message Suggestion getCommitMessageSuggestion : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { body ?: string ; title ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Commits getCommits : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { avatarScheme ?: string ; avatarSize ?: string ; followRenames ?: string ; ignoreMissing ?: string ; limit ?: number ; merges ?: string ; path ?: string ; since ?: string ; start ?: number ; until ?: string ; withCounts ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { author ?: { avatarUrl ?: (...) | (...); emailAddress ?: (...) | (...); name ?: (...) | (...); } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: (...) | (...); emailAddress ?: (...) | (...); name ?: (...) | (...); } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly { displayId ?: ...; id ?: ... } [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Commits_ 1 getCommits_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { avatarScheme ?: string ; avatarSize ?: string ; limit ?: number ; start ?: number ; withCounts ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { author ?: { avatarUrl ?: (...) | (...); emailAddress ?: (...) | (...); name ?: (...) | (...); } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: (...) | (...); emailAddress ?: (...) | (...); name ?: (...) | (...); } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly { displayId ?: ...; id ?: ... } [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Commits By Issue Key getCommitsByIssueKey : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { issueKey : string } ; query ?: { limit ?: number ; maxChanges ?: string ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { changes ?: { isLastPage ?: (...) | (...) | (...); limit ?: (...) | (...); nextPageStart ?: (...) | (...); size ?: (...) | (...); start ?: (...) | (...); values ?: (...) | (...); } ; fromCommit ?: { displayId ?: (...) | (...); id ?: (...) | (...) } ; links ?: Record < string , unknown > ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; toCommit ?: { author ?: (...) | (...); authorTimestamp ?: (...) | (...); committer ?: (...) | (...); committerTimestamp ?: (...) | (...); displayId ?: (...) | (...); id ?: (...) | (...); message ?: (...) | (...); parents ?: (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Configurations getConfigurations : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; script ?: { createdDate ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); name ?: (...) | (...); pluginKey ?: (...) | (...); type ?: (...) | (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; triggerIds ?: readonly string [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Configurations_ 1 getConfigurations_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; script ?: { createdDate ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); name ?: (...) | (...); pluginKey ?: (...) | (...); type ?: (...) | (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; triggerIds ?: readonly string [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Content getContent : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; blame ?: string ; noContent ?: string ; size ?: string ; type ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Content_ 1 getContent_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; blame ?: string ; noContent ?: string ; size ?: string ; type ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Content Hash By Id getContentHashById : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { repoId : string } ; query ?: { includeDefaultBranch ?: boolean } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; properties ?: { contentHash ?: string ; defaultBranchId ?: string ; metadataHash ?: string ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Control Plane Public Key getControlPlanePublicKey : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "text/plain" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Default Branch getDefaultBranch : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Default Branch_ 1 getDefaultBranch_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Default Branch_ 2 getDefaultBranch_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { displayId ?: string ; id ?: string ; type ?: "BRANCH" | "TAG" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Default Tasks getDefaultTasks : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { limit ?: number ; markup ?: string ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { description ?: string ; html ?: string ; id ?: number } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Default Tasks_ 1 getDefaultTasks_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; markup ?: string ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { description ?: string ; html ?: string ; id ?: number } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Diff Stats Summary getDiffStatsSummary : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; path : string ; projectKey : string ; repositorySlug : string ; } ; query ?: { autoSrcPath ?: string ; since ?: string ; srcPath ?: string ; whitespace ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Diff Stats Summary_ 1 getDiffStatsSummary_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; repositorySlug : string } ; query ?: { from ?: string ; fromRepo ?: string ; srcPath ?: string ; to ?: string ; whitespace ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { binary ?: boolean ; destination ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; hunks ?: readonly { context ?: string ; destinationLine ?: number ; destinationSpan ?: number ; segments ?: readonly { lines ?: ...; truncated ?: ...; type ?: ... } [] ; sourceLine ?: number ; sourceSpan ?: number ; truncated ?: boolean ; } [] ; lineComments ?: readonly { anchor ?: { diffType ?: (...) | (...) | (...) | (...); fileType ?: (...) | (...) | (...); fromHash ?: (...) | (...); line ?: (...) | (...); lineType ?: (...) | (...) | (...) | (...); multilineMarker ?: (...) | (...); path ?: (...) | (...); pullRequest ?: (...) | (...); srcPath ?: (...) | (...); toHash ?: (...) | (...); } ; anchored ?: boolean ; author ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; properties ?: Record < string , unknown > ; source ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; truncated ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Diff Stats Summary_ 2 getDiffStatsSummary_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { sinceId ?: string ; srcPath ?: string ; untilId ?: string ; whitespace ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Enhanced Entity Link For Project getEnhancedEntityLinkForProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { applicationLinkId ?: string ; displayUrl ?: string ; projectId ?: number ; projectKey ?: string ; projectName ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Export Job getExportJob : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { endDate ?: number ; id ?: number ; initiator ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; nodeId ?: string ; progress ?: { message ?: string ; percentage ?: number } ; startDate ?: number ; state ?: | "FAILED" | "COMPLETED" | "RUNNING" | "READY" | "INITIALISING" | "ABORTED" | "CANCELED" | "CANCELING" | "FINALISING" | "TIMED_OUT" ; type ?: string ; updatedDate ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Export Job Messages getExportJobMessages : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: { limit ?: number ; severity ?: string ; start ?: number ; subject ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { createdDate ?: string ; id ?: string ; severity ?: "ERROR" | "INFO" | "WARN" ; subject ?: string ; text ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Farm Nodes getFarmNodes : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json;charset=UTF-8" : readonly { address ?: { address ?: string ; port ?: number } ; buildVersion ?: string ; id ?: string ; local ?: boolean ; name ?: string ; } [] ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json;charset=UTF-8" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Forked Repositories getForkedRepositories : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get For Project getForProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { key ?: { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get For Projects getForProjects : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : number } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get For Repositories getForRepositories : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string } ; query ?: { withRestrictions ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get For Repository getForRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { key ?: { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get For Repository_ 1 getForRepository_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { effective ?: string ; filter ?: string ; limit ?: number ; minimumPermission ?: string ; permission ?: string ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Global Settings getGlobalSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { keyTypeRestrictions ?: readonly { algorithm ?: string ; allowed ?: boolean ; minKeyLength ?: { asInt ?: (...) | (...); present ?: (...) | (...) | (...); } ; } [] ; maxExpiryDays ?: { asInt ?: number ; present ?: boolean } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Groups getGroups : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Groups_ 1 getGroups_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { deletable ?: boolean ; name ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Groups With Any Permission getGroupsWithAnyPermission : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { group ?: { name ?: (...) | (...) } ; permission ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Groups With Any Permission_ 1 getGroupsWithAnyPermission_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { group ?: { name ?: (...) | (...) } ; permission ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Groups With Any Permission_ 2 getGroupsWithAnyPermission_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { group ?: { name ?: (...) | (...) } ; permission ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Groups Without Any Permission getGroupsWithoutAnyPermission : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { deletable ?: boolean ; name ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Groups Without Any Permission_ 1 getGroupsWithoutAnyPermission_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "202" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { deletable ?: boolean ; name ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Groups Without Any Permission_ 2 getGroupsWithoutAnyPermission_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { deletable ?: boolean ; name ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get History getHistory : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; order ?: "FREQUENCY" | "NEWEST" ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { lastRejectTime ?: number ; rejectCount ?: number ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Hook Script getHookScript : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { scriptId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Import Job getImportJob : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { endDate ?: number ; id ?: number ; initiator ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; nodeId ?: string ; progress ?: { message ?: string ; percentage ?: number } ; startDate ?: number ; state ?: | "FAILED" | "COMPLETED" | "RUNNING" | "READY" | "INITIALISING" | "ABORTED" | "CANCELED" | "CANCELING" | "FINALISING" | "TIMED_OUT" ; type ?: string ; updatedDate ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Import Job Messages getImportJobMessages : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: { limit ?: number ; severity ?: string ; start ?: number ; subject ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { createdDate ?: string ; id ?: string ; severity ?: "ERROR" | "INFO" | "WARN" ; subject ?: string ; text ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getInformation : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { localNode ?: { address ?: { address ?: string ; port ?: number } ; buildVersion ?: string ; id ?: string ; local ?: boolean ; name ?: string ; } ; nodes ?: readonly { address ?: { address ?: (...) | (...); port ?: (...) | (...) } ; buildVersion ?: string ; id ?: string ; local ?: boolean ; name ?: string ; } [] ; running ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Issue Keys For Pull Request getIssueKeysForPullRequest : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json;charset=UTF-8" : readonly { key ?: string ; url ?: string ; } [] ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Keys For User getKeysForUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; start ?: number ; user ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { emailAddress ?: string ; expiryDate ?: number ; fingerprint ?: string ; id ?: string ; subKeys ?: readonly { expiryDate ?: ...; fingerprint ?: ... } [] ; text ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Label getLabel : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { labelName : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { name ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Labelables getLabelables : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { labelName : string } ; query ?: { limit ?: number ; start ?: number ; type ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; labelableType ?: "REPOSITORY" ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Labels getLabels : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; prefix ?: string ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { name ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Latest Invocation getLatestInvocation : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; webhookId : string } ; query ?: { event ?: string ; outcome ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { duration ?: number ; event ?: string ; eventScope ?: { id ?: string ; type ?: string } ; finish ?: number ; id ?: number ; request ?: Record < string , unknown > ; result ?: Record < string , unknown > ; start ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Latest Invocation_ 1 getLatestInvocation_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; webhookId : string } ; query ?: { event ?: string ; outcome ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { duration ?: number ; event ?: string ; eventScope ?: { id ?: string ; type ?: string } ; finish ?: number ; id ?: number ; request ?: Record < string , unknown > ; result ?: Record < string , unknown > ; start ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Level getLevel : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { loggerName : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { logLevel ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mail Config getMailConfig : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { hostname ?: string ; password ?: string ; port ?: number ; protocol ?: "SMTP" | "SMTPS" ; requireStartTls ?: boolean ; senderAddress ?: string ; username ?: string ; useStartTls ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Merge Base getMergeBase : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { otherCommitId ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { author ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string ; } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string ; } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly { displayId ?: string ; id ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Merge Base_ 1 getMergeBase_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { author ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string ; } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: string ; emailAddress ?: string ; name ?: string ; } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly { displayId ?: string ; id ?: string } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Merge Config getMergeConfig : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { scmId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < string , unknown > ; name ?: string ; } ; strategies ?: readonly { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < string , unknown > ; name ?: string ; } [] ; type ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mesh Migration Job getMeshMigrationJob : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mesh Migration Job Messages getMeshMigrationJobMessages : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: { limit ?: number ; severity ?: string ; start ?: number ; subject ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { createdDate ?: string ; id ?: string ; severity ?: "ERROR" | "INFO" | "WARN" ; subject ?: string ; text ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mesh Migration Job Summary getMeshMigrationJobSummary : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { jobId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { endTime ?: number ; jobId ?: number ; maxBandwidth ?: number ; progress ?: number ; queue ?: Record < string , unknown > ; startTime ?: number ; state ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mirror getMirror : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { mirrorId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { baseUrl ?: string ; enabled ?: boolean ; id ?: string ; lastSeenDate ?: string ; mirrorType ?: "FARM" | "SINGLE" ; name ?: string ; productVersion ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mirrored Projects getMirroredProjects : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mirrored Repository getMirroredRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { externalRepositoryId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { available ?: boolean ; cloneUrls ?: readonly { href ?: string ; name ?: string } [] ; lastUpdated ?: string ; mirrorName ?: string ; pushUrls ?: readonly { href ?: string ; name ?: string } [] ; repositoryId ?: string ; status ?: | "AVAILABLE" | "ERROR_AVAILABLE" | "ERROR_INITIALIZING" | "INITIALIZING" | "NOT_MIRRORED" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mirroring Request getMirroringRequest : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { mirroringRequestId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { id ?: number ; mirrorBaseUrl ?: string ; mirrorId ?: string ; mirrorName ?: string ; mirrorType ?: "FARM" | "SINGLE" ; productVersion ?: string ; state ?: "ACCEPTED" | "PENDING" | "REJECTED" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mirror Mode getMirrorMode : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Mirror Settings getMirrorSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { mode ?: "ALL_PROJECTS" | "SELECTED_PROJECTS" ; projectIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Multiple Build Status Stats getMultipleBuildStatusStats : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : readonly string [] } } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : readonly string [] } } Readonly
responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
get Out Of Sync Repositories getOutOfSyncRepositories : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json;charset=UTF-8" : string } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json;charset=UTF-8" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json;charset=UTF-8" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Page getPage : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; direction ?: string ; draft ?: string ; filterText ?: string ; limit ?: number ; order ?: string ; start ?: number ; state ?: string ; withAttributes ?: string ; withProperties ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: (...) | (...); id ?: (...) | (...); latestCommit ?: (...) | (...); repository ?: (...) | (...); type ?: (...) | (...) | (...); } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: ...; lastReviewedCommit ?: ...; role ?: ...; status ?: ...; user ?: ...; } [] ; reviewers ?: readonly { approved ?: ...; lastReviewedCommit ?: ...; role ?: ...; status ?: ...; user ?: ...; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: (...) | (...); id ?: (...) | (...); latestCommit ?: (...) | (...); repository ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Page Of Required Builds Merge Checks getPageOfRequiredBuildsMergeChecks : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { buildParentKeys ?: readonly string [] ; exemptRefMatcher ?: { displayId ?: (...) | (...); id ?: (...) | (...); type ?: (...) | (...); } ; id ?: number ; refMatcher ?: { displayId ?: (...) | (...); id ?: (...) | (...); type ?: (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Preferred Mirror Id getPreferredMirrorId : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { baseUrl ?: string ; enabled ?: boolean ; id ?: string ; lastSeenDate ?: string ; mirrorType ?: "FARM" | "SINGLE" ; name ?: string ; productVersion ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Project getProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Project Avatar getProjectAvatar : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { s ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Project By Id getProjectById : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Projects getProjects : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; name ?: string ; permission ?: string ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Pull Request Conditions getPullRequestConditions : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : readonly { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; } [] ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Pull Request Conditions_ 1 getPullRequestConditions_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : readonly { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; } [] ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Pull Request Count getPullRequestCount : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { default : { content : { "application/json;charset=UTF-8" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Pull Requests getPullRequests : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: (...) | (...); id ?: (...) | (...); latestCommit ?: (...) | (...); repository ?: (...) | (...); type ?: (...) | (...) | (...); } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: ...; lastReviewedCommit ?: ...; role ?: ...; status ?: ...; user ?: ...; } [] ; reviewers ?: readonly { approved ?: ...; lastReviewedCommit ?: ...; role ?: ...; status ?: ...; user ?: ...; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: (...) | (...); id ?: (...) | (...); latestCommit ?: (...) | (...); repository ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Pull Requests_ 1 getPullRequests_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { closedSince ?: string ; limit ?: number ; order ?: string ; participantStatus ?: string ; role ?: string ; start ?: number ; state ?: string ; user ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: (...) | (...); id ?: (...) | (...); latestCommit ?: (...) | (...); repository ?: (...) | (...); type ?: (...) | (...) | (...); } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: ...; lastReviewedCommit ?: ...; role ?: ...; status ?: ...; user ?: ...; } [] ; reviewers ?: readonly { approved ?: ...; lastReviewedCommit ?: ...; role ?: ...; status ?: ...; user ?: ...; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: (...) | (...); id ?: (...) | (...); latestCommit ?: (...) | (...); repository ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Pull Requests_ 2 getPullRequests_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; role ?: string ; start ?: number } ; } ; requestBody ?: undefined ; responses : { default : { content : { "application/json;charset=UTF-8" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Pull Request Settings getPullRequestSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; scmId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Pull Request Settings_ 1 getPullRequestSettings_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; requiredAllApprovers ?: boolean ; requiredAllTasksComplete ?: boolean ; requiredApprovers ?: { count ?: string ; enabled ?: boolean } ; requiredApproversDeprecated ?: number ; requiredSuccessfulBuilds ?: { count ?: string ; enabled ?: boolean } ; requiredSuccessfulBuildsDeprecated ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Pull Request Suggestions getPullRequestSuggestions : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { changesSince ?: string ; limit ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { changeTme ?: number ; fromRef ?: { displayId ?: (...) | (...); id ?: (...) | (...); type ?: (...) | (...) | (...); } ; refChange ?: { fromHash ?: (...) | (...); ref ?: (...) | (...); refId ?: (...) | (...); toHash ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; toRef ?: { displayId ?: (...) | (...); id ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Ref Change Activity getRefChangeActivity : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; ref ?: string ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { createdDate ?: number ; id ?: number ; refChange ?: { fromHash ?: (...) | (...); ref ?: (...) | (...); refId ?: (...) | (...); toHash ?: (...) | (...); type ?: (...) | (...) | (...) | (...); updatedType ?: (...) | (...) | (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; trigger ?: string ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Ref Changes Queue getRefChangesQueue : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json;charset=UTF-8" : { values ?: readonly { attempt ?: number ; createdAt ?: string ; externalRepoId ?: string ; type ?: "incremental" | "snapshot" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Ref Changes Queue Count getRefChangesQueueCount : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Registered Mesh Node By Id getRegisteredMeshNodeById : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getRelatedRepositories : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Reports getReports : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { createdDate ?: number ; data ?: readonly { title ?: ...; type ?: ...; value ?: ... } [] ; details ?: string ; key ?: string ; link ?: string ; logoUrl ?: string ; reporter ?: string ; result ?: "FAIL" | "PASS" ; title ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repositories getRepositories : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repositories_ 1 getRepositories_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { archived ?: string ; limit ?: number ; name ?: string ; permission ?: "REPO_ADMIN" | "REPO_READ" | "REPO_WRITE" ; projectkey ?: string ; projectname ?: string ; start ?: number ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; visibility ?: "public" | "private" ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repositories Recently Accessed getRepositoriesRecentlyAccessed : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; permission ?: string ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository getRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository Archive Policy getRepositoryArchivePolicy : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository Delete Policy getRepositoryDeletePolicy : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository Hook getRepositoryHook : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { configured ?: boolean ; details ?: { configFormKey ?: string ; description ?: string ; key ?: string ; name ?: string ; supportedScopes ?: readonly ("GLOBAL" | "PROJECT" | "REPOSITORY" )[] ; type ?: "POST_RECEIVE" | "PRE_PULL_REQUEST_MERGE" | "PRE_RECEIVE" ; version ?: string ; } ; enabled ?: boolean ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository Hook_ 1 getRepositoryHook_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { configured ?: boolean ; details ?: { configFormKey ?: string ; description ?: string ; key ?: string ; name ?: string ; supportedScopes ?: readonly ("GLOBAL" | "PROJECT" | "REPOSITORY" )[] ; type ?: "POST_RECEIVE" | "PRE_PULL_REQUEST_MERGE" | "PRE_RECEIVE" ; version ?: string ; } ; enabled ?: boolean ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository Hooks getRepositoryHooks : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { limit ?: number ; start ?: number ; type ?: "POST_RECEIVE" | "PRE_RECEIVE" ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { configured ?: boolean ; details ?: { configFormKey ?: (...) | (...); description ?: (...) | (...); key ?: (...) | (...); name ?: (...) | (...); supportedScopes ?: (...) | (...); type ?: (...) | (...) | (...) | (...); version ?: (...) | (...); } ; enabled ?: boolean ; scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository Hooks_ 1 getRepositoryHooks_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number ; type ?: "POST_RECEIVE" | "PRE_RECEIVE" ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { configured ?: boolean ; details ?: { configFormKey ?: (...) | (...); description ?: (...) | (...); key ?: (...) | (...); name ?: (...) | (...); supportedScopes ?: (...) | (...); type ?: (...) | (...) | (...) | (...); version ?: (...) | (...); } ; enabled ?: boolean ; scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository Lock Owner getRepositoryLockOwner : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { externalRepositoryId ?: string ; lockAcquireTime ?: string ; nodeId ?: string ; requestId ?: string ; threadName ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository Lock Owners getRepositoryLockOwners : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json;charset=UTF-8" : readonly { externalRepositoryId ?: string ; lockAcquireTime ?: string ; nodeId ?: string ; requestId ?: string ; threadName ?: string ; } [] ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repository Mirrors getRepositoryMirrors : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { repoId : string } ; query ?: { preAuthorized ?: boolean } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { links ?: Record < string , unknown > ; mirrorServer ?: { baseUrl ?: string ; enabled ?: boolean ; id ?: string ; lastSeenDate : string ; mirrorType ?: "FARM" | "SINGLE" ; name ?: string ; productVersion ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repo Sync Status getRepoSyncStatus : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { externalRepoId ?: string ; failedSyncCount ?: number ; hashes ?: { content ?: (...) | (...); metadata ?: (...) | (...) } ; initialSyncDate ?: string ; lastSyncDate ?: string ; localProjectId ?: number ; localRepoId ?: number ; upstreamId ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Repo Sync Status_ 1 getRepoSyncStatus_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { externalRepoId ?: string ; failedSyncCount ?: number ; hashes ?: { content ?: string ; metadata ?: string } ; initialSyncDate ?: string ; lastSyncDate ?: string ; localProjectId ?: number ; localRepoId ?: number ; upstreamId ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Restriction getRestriction : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { accessKeys ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Restriction_ 1 getRestriction_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { accessKeys ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; type ?: string ; users ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Restrictions getRestrictions : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { limit ?: number ; matcherId ?: string ; matcherType ?: "BRANCH" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; start ?: number ; type ?: | "fast-forward-only" | "no-deletes" | "pull-request-only" | "read-only" ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { accessKeys ?: readonly { key ?: ...; permission ?: ...; project ?: ...; repository ?: ...; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: (...) | (...); id ?: (...) | (...); type ?: (...) | (...); } ; scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; type ?: string ; users ?: readonly { active ?: ...; avatarUrl ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; links ?: ...; name ?: ...; slug ?: ...; type ?: ...; } [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Restrictions_ 1 getRestrictions_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; matcherId ?: string ; matcherType ?: "BRANCH" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; start ?: number ; type ?: | "fast-forward-only" | "no-deletes" | "pull-request-only" | "read-only" ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { accessKeys ?: readonly { key ?: ...; permission ?: ...; project ?: ...; repository ?: ...; } [] ; groups ?: readonly string [] ; id ?: number ; matcher ?: { displayId ?: (...) | (...); id ?: (...) | (...); type ?: (...) | (...); } ; scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; type ?: string ; users ?: readonly { active ?: ...; avatarUrl ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; links ?: ...; name ?: ...; slug ?: ...; type ?: ...; } [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Review getReview : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { anchor ?: { diffType ?: (...) | (...) | (...) | (...); fileType ?: (...) | (...) | (...); fromHash ?: (...) | (...); line ?: (...) | (...); lineType ?: (...) | (...) | (...) | (...); multilineMarker ?: (...) | (...); path ?: (...) | (...); pullRequest ?: (...) | (...); srcPath ?: (...) | (...); toHash ?: (...) | (...); } ; anchored ?: boolean ; author ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Reviewer Group getReviewerGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Reviewer Group_ 1 getReviewerGroup_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Reviewer Groups getReviewerGroups : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; users ?: readonly { active ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; name ?: ...; slug ?: ...; type ?: ...; } [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Reviewer Groups_ 1 getReviewerGroups_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; users ?: readonly { active ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; name ?: ...; slug ?: ...; type ?: ...; } [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Reviewers getReviewers : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { sourceRefId ?: string ; sourceRepoId ?: string ; targetRefId ?: string ; targetRepoId ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : readonly { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: (...) | (...) | (...) | (...) | (...) | (...); name ?: (...) | (...); } ; } ; } [] ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Root Level getRootLevel : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { logLevel ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Rule getRule : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Rule_ 1 getRule_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Rule_ 2 getRule_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Sender Address getSenderAddress : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Settings getSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Settings_ 1 getSettings_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Settings_ 2 getSettings_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { defaultSettings ?: { capacity ?: number ; fillRate ?: number } ; enabled ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Ssh Key getSshKey : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Ssh Keys getSshKeys : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; start ?: number ; user ?: string ; userName ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Ssh Keys For Project getSshKeysForProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { filter ?: string ; limit ?: number ; permission ?: string ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { key ?: { algorithmType ?: (...) | (...); bitLength ?: (...) | (...); createdDate ?: (...) | (...); expiryDays ?: (...) | (...); fingerprint ?: (...) | (...); id ?: (...) | (...); label ?: (...) | (...); lastAuthenticated ?: (...) | (...); text ?: (...) | (...); } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Statistics getStatistics : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; webhookId : string } ; query ?: { event ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Statistics_ 1 getStatistics_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; webhookId : string } ; query ?: { event ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Statistics Summary getStatisticsSummary : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; webhookId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Statistics Summary_ 1 getStatisticsSummary_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; webhookId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Status getStatus : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { at ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { aheadRefs ?: { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; available ?: boolean ; divergedRefs ?: { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; enabled ?: boolean ; lastSync ?: number ; orphanedRefs ?: { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Supported Key Types getSupportedKeyTypes : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Support Zip getSupportZip : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/octet-stream" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Support Zips getSupportZips : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/octet-stream" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Synchronization Progress getSynchronizationProgress : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { discovering ?: boolean ; syncedRepos ?: number ; totalRepos ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get System Signing Configuration getSystemSigningConfiguration : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean } } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Tag getTag : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { name : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { displayId ?: string ; hash ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: "BRANCH" | "TAG" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
getTags : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { filterText ?: string ; limit ?: number ; orderBy ?: string ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { displayId ?: string ; hash ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: "BRANCH" | "TAG" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Upstream Server getUpstreamServer : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { baseUrl ?: string ; id ?: string ; state ?: | "PENDING" | "UNKNOWN" | "REMOVED" | "INITIALIZING" | "INSTALLED" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get User getUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get User Directories getUserDirectories : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { includeInactive ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; description ?: string ; name ?: string ; type ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Users getUsers : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json;charset=UTF-8" : readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json;charset=UTF-8" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json;charset=UTF-8" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Users_ 1 getUsers_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { active ?: boolean ; avatarUrl ?: string ; deletable ?: boolean ; directoryName ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; lastAuthenticationTimestamp ?: number ; links ?: Record < string , unknown > ; mutableDetails ?: boolean ; mutableGroups ?: boolean ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Users_ 2 getUsers_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; group ?: string ; permission ?: string ; "permission.N" ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get User Settings getUserSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { "boolean key" ?: boolean ; "long key" ?: number ; "string key" ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Users With Any Permission getUsersWithAnyPermission : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { group ?: { name ?: (...) | (...) } ; permission ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Users With Any Permission_ 1 getUsersWithAnyPermission_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Users With Any Permission_ 2 getUsersWithAnyPermission_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Users Without Any Permission getUsersWithoutAnyPermission : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Users Without Permission getUsersWithoutPermission : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Users Without Permission_ 1 getUsersWithoutPermission_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { filter ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Webhook getWebhook : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; webhookId : string } ; query ?: { statistics ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
get Webhook_ 1 getWebhook_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; webhookId : string } ; query ?: { statistics ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
has All User Permission hasAllUserPermission : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { permission : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { permitted ?: boolean } } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
is Repo Exempt isRepoExempt : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
list Mirrors listMirrors : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { baseUrl ?: string ; enabled ?: boolean ; id ?: string ; lastSeenDate ?: string ; mirrorType ?: "FARM" | "SINGLE" ; name ?: string ; productVersion ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
list Participants listParticipants : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
list Requests listRequests : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; start ?: number ; state ?: "ACCEPTED" | "PENDING" | "REJECTED" ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { id ?: number ; mirrorBaseUrl ?: string ; mirrorId ?: string ; mirrorName ?: string ; mirrorType ?: "FARM" | "SINGLE" ; productVersion ?: string ; state ?: "ACCEPTED" | "PENDING" | "REJECTED" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
merge merge : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { version ?: string } ; } ; requestBody ?: { content : { "application/json" : { autoMerge ?: boolean ; autoSubject ?: string ; message ?: string ; strategyId ?: string ; version ?: number ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: { version ?: string } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: { version ?: string } Optional
Readonly
version ?: string Optional
Readonly
requestBody ?: { content : { "application/json" : { autoMerge ?: boolean ; autoSubject ?: string ; message ?: string ; strategyId ?: string ; version ?: number ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
403 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
modify All User Permission modifyAllUserPermission : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { permission : string ; projectKey : string } ; query ?: { allow ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
preview preview : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { hardwrap ?: string ; htmlEscape ?: string ; includeHeadingId ?: string ; urlMode ?: string ; } ; } ; requestBody ?: { content : { "*/*" : string } } ; responses : { "200" : { content : { "application/json" : { html ?: string } } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
preview Export previewExport : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { exportLocation ?: string ; repositoriesRequest : { includes : readonly { projectKey ?: string ; slug ?: string } [] ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { links ?: Record < string , unknown > ; scopes ?: readonly Record < string , unknown > [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { exportLocation ?: string ; repositoriesRequest : { includes : readonly { projectKey ?: string ; slug ?: string } [] ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { links ?: Record < string , unknown > ; scopes ?: readonly Record < string , unknown > [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { links ?: Record < string , unknown > ; scopes ?: readonly Record < string , unknown > [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
preview Mesh Migration previewMeshMigration : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { all ?: boolean ; maxBytesPerSecond ?: { asLong ?: number ; present ?: boolean } ; projectIds ?: readonly number [] ; repositoryIds ?: readonly number [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { repositories ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { all ?: boolean ; maxBytesPerSecond ?: { asLong ?: number ; present ?: boolean } ; projectIds ?: readonly number [] ; repositoryIds ?: readonly number [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { repositories ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { repositories ?: readonly { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; partition ?: number ; project ?: { avatar ?: (...) | (...); avatarUrl ?: (...) | (...); description ?: (...) | (...); id ?: (...) | (...); key : string ; links ?: (...) | (...); name ?: (...) | (...); public ?: (...) | (...) | (...); scope ?: (...) | (...); type ?: (...) | (...) | (...); } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
publish Event publishEvent : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { mirrorId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { mirrorRepoId ?: number ; type ?: "SYNCHRONIZATION_FAILED" | "SYNCHRONIZED" ; upstreamRepoId ?: string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
react react : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; commitId : string ; emoticon : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { comment ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); parent ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } [] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: ...; fileType ?: ...; fromHash ?: ...; line ?: ...; lineType ?: ...; multilineMarker ?: ...; path ?: ...; pullRequest ?: ...; srcPath ?: ...; toHash ?: ...; } ; anchored ?: boolean ; author ?: { active ?: ...; avatarUrl ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; links ?: ...; name ?: ...; slug ?: ...; type ?: ...; } ; comments ?: readonly (...)[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < (...), (...)> ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: ...; avatarUrl ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; links ?: ...; name ?: ...; slug ?: ...; type ?: ...; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: ...; avatarUrl ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; links ?: ...; name ?: ...; slug ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; emoticon ?: { shortcut ?: string ; url ?: string ; value ?: string } ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
react_ 1 react_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; emoticon : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { comment ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); parent ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } [] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: ...; fileType ?: ...; fromHash ?: ...; line ?: ...; lineType ?: ...; multilineMarker ?: ...; path ?: ...; pullRequest ?: ...; srcPath ?: ...; toHash ?: ...; } ; anchored ?: boolean ; author ?: { active ?: ...; avatarUrl ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; links ?: ...; name ?: ...; slug ?: ...; type ?: ...; } ; comments ?: readonly (...)[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < (...), (...)> ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: ...; avatarUrl ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; links ?: ...; name ?: ...; slug ?: ...; type ?: ...; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: ...; avatarUrl ?: ...; displayName ?: ...; emailAddress ?: ...; id ?: ...; links ?: ...; name ?: ...; slug ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; emoticon ?: { shortcut ?: string ; url ?: string ; value ?: string } ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
read read : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { scriptId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
rebase rebase : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { version ?: number } } } ; responses : { "200" : { content : { "application/json" : { refChange ?: { fromHash ?: string ; ref ?: { displayId ?: string ; id ?: string ; type ?: "BRANCH" | "TAG" } ; refId ?: string ; toHash ?: string ; type ?: "DELETE" | "ADD" | "UPDATE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { version ?: number } } } Readonly
responses : { "200" : { content : { "application/json" : { refChange ?: { fromHash ?: string ; ref ?: { displayId ?: string ; id ?: string ; type ?: "BRANCH" | "TAG" } ; refId ?: string ; toHash ?: string ; type ?: "DELETE" | "ADD" | "UPDATE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { refChange ?: { fromHash ?: string ; ref ?: { displayId ?: string ; id ?: string ; type ?: "BRANCH" | "TAG" } ; refId ?: string ; toHash ?: string ; type ?: "DELETE" | "ADD" | "UPDATE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
register register : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { id ?: number ; mirrorBaseUrl ?: string ; mirrorId ?: string ; mirrorName ?: string ; mirrorType ?: "FARM" | "SINGLE" ; productVersion ?: string ; state ?: "ACCEPTED" | "PENDING" | "REJECTED" ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; mirrorBaseUrl ?: string ; mirrorId ?: string ; mirrorName ?: string ; mirrorType ?: "FARM" | "SINGLE" ; productVersion ?: string ; state ?: "ACCEPTED" | "PENDING" | "REJECTED" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
register New Mesh Node registerNewMeshNode : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
reject reject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { mirroringRequestId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { baseUrl ?: string ; enabled ?: boolean ; id ?: string ; lastSeenDate ?: string ; mirrorType ?: "FARM" | "SINGLE" ; name ?: string ; productVersion ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
remove remove : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { mirrorId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
remove Configuration removeConfiguration : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; scriptId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
remove Configuration_ 1 removeConfiguration_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; scriptId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
remove Group From User removeGroupFromUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { context ?: string ; itemName ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
remove Label removeLabel : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { labelName : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
remove User From Group removeUserFromGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { context ?: string ; itemName ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
rename User renameUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { name ?: string ; newName ?: string } } ; } ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; avatarUrl ?: string ; deletable ?: boolean ; directoryName ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; lastAuthenticationTimestamp ?: number ; links ?: Record < string , unknown > ; mutableDetails ?: boolean ; mutableGroups ?: boolean ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
reopen reopen : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { version ?: string } ; } ; requestBody ?: { content : { "application/json" : { version ?: number } } } ; responses : { "200" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: { version ?: string } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: { version ?: string } Optional
Readonly
version ?: string Optional
Readonly
requestBody ?: { content : { "application/json" : { version ?: number } } } Readonly
responses : { "200" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
retry Create Repository retryCreateRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke For Project revokeForProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke For Repository revokeForRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke Many revokeMany : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { projects ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; repositories ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke Permissions revokePermissions : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { group ?: string ; user ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke Permissions_ 1 revokePermissions_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { group ?: string ; user ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke Permissions For Group revokePermissionsForGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke Permissions For Group_ 1 revokePermissionsForGroup_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { name ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke Permissions For Group_ 2 revokePermissionsForGroup_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke Permissions For User revokePermissionsForUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke Permissions For User_ 1 revokePermissionsForUser_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { name ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
revoke Permissions For User_ 2 revokePermissionsForUser_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
saveAttachmentMetadata : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { attachmentId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : string } } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { attachmentId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { attachmentId : string ; projectKey : string ; repositorySlug : string } Readonly
attachmentId : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : string } } Readonly
responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
search search : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { direction ?: string ; filter ?: string ; limit ?: number ; role ?: string ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
search_ 1 search_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { filter ?: string ; limit ?: number ; order ?: "NAME_ASC" | "NAME_DESC" ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
search_ 2 search_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { filter ?: string ; limit ?: number ; order ?: "NAME_ASC" | "NAME_DESC" ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
search_ 3 search_3 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { filter ?: string ; limit ?: number ; order ?: "NAME_ASC" | "NAME_DESC" ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
search_ 4 search_4 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { filter ?: string ; limit ?: number ; order ?: "NAME_ASC" | "NAME_DESC" ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; scope ?: { resourceId ?: (...) | (...); type ?: (...) | (...) | (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
search Allowlist Rule searchAllowlistRule : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { filter ?: string ; limit ?: number ; order ?: "NAME_ASC" | "NAME_DESC" ; start ?: number ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { id ?: number ; lineRegex ?: string ; name ?: string ; pathRegex ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
search Mesh Migration Repos searchMeshMigrationRepos : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: { limit ?: number ; migrationId ?: string ; name ?: string ; projectKey ?: string ; remote ?: string ; start ?: number ; state ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { migrationState ?: | "FAILED" | "SKIPPED" | "CANCELED" | "MIGRATED" | "QUEUED" | "STAGED" | "STAGING" ; repository ?: { archived ?: (...) | (...) | (...); defaultBranch ?: (...) | (...); description ?: (...) | (...); forkable ?: (...) | (...) | (...); hierarchyId ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); origin ?: (...) | (...); partition ?: (...) | (...); project ?: (...) | (...); public ?: (...) | (...) | (...); relatedLinks ?: (...) | (...); scmId ?: (...) | (...); scope ?: (...) | (...); slug ?: (...) | (...); state ?: (...) | (...) | (...) | (...) | (...); statusMessage ?: (...) | (...); } ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
search Permissions searchPermissions : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { filterText ?: string ; permission ?: string ; type ?: string } ; } ; requestBody ?: undefined ; responses : { default : { content : { "application/json;charset=UTF-8" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
search Permissions_ 1 searchPermissions_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { filterText ?: string ; permission ?: string ; type ?: string } ; } ; requestBody ?: undefined ; responses : { default : { content : { "application/json;charset=UTF-8" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
search Webhooks searchWebhooks : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { event ?: string ; scopeType ?: string ; statistics ?: boolean } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set set : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { enabled ?: boolean ; restrictionAction ?: "CREATE" | "DELETE" | "NONE" ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; restrictionState ?: | "NONE" | "RESTRICTED_MODIFIABLE" | "RESTRICTED_UNMODIFIABLE" ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { enabled ?: boolean ; restrictionAction ?: "CREATE" | "DELETE" | "NONE" ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; restrictionState ?: | "NONE" | "RESTRICTED_MODIFIABLE" | "RESTRICTED_UNMODIFIABLE" ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { enabled ?: boolean ; restrictionState ?: | "NONE" | "RESTRICTED_MODIFIABLE" | "RESTRICTED_UNMODIFIABLE" ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set_ 1 set_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { enabled ?: boolean } } } ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; restrictionState ?: | "NONE" | "RESTRICTED_MODIFIABLE" | "RESTRICTED_UNMODIFIABLE" ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { enabled ?: boolean } } } Readonly
responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; restrictionState ?: | "NONE" | "RESTRICTED_MODIFIABLE" | "RESTRICTED_UNMODIFIABLE" ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { enabled ?: boolean ; restrictionState ?: | "NONE" | "RESTRICTED_MODIFIABLE" | "RESTRICTED_UNMODIFIABLE" ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
403 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set_ 2 set_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { settings ?: { capacity ?: number ; fillRate ?: number } ; usernames ?: readonly string [] ; whitelisted ?: boolean ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { settings ?: { capacity ?: number ; fillRate ?: number } ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; whitelisted ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set_ 3 set_3 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { settings ?: { capacity ?: number ; fillRate ?: number } ; whitelisted ?: boolean ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { settings ?: { capacity ?: number ; fillRate ?: number } ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; whitelisted ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set A Code Insights Report setACodeInsightsReport : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { coverageProviderKey ?: string ; createdDate ?: number ; data : readonly { title ?: string ; type ?: string ; value ?: Record < string , unknown > ; } [] ; details ?: string ; link ?: string ; logoUrl ?: string ; reporter ?: string ; result ?: string ; title : string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { createdDate ?: number ; data ?: readonly { title ?: string ; type ?: string ; value ?: Record < string , unknown > ; } [] ; details ?: string ; key ?: string ; link ?: string ; logoUrl ?: string ; reporter ?: string ; result ?: "FAIL" | "PASS" ; title ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commitId : string ; key : string ; projectKey : string ; repositorySlug : string } Readonly
commitId : string Readonly
key : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { coverageProviderKey ?: string ; createdDate ?: number ; data : readonly { title ?: string ; type ?: string ; value ?: Record < string , unknown > ; } [] ; details ?: string ; link ?: string ; logoUrl ?: string ; reporter ?: string ; result ?: string ; title : string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { createdDate ?: number ; data ?: readonly { title ?: string ; type ?: string ; value ?: Record < string , unknown > ; } [] ; details ?: string ; key ?: string ; link ?: string ; logoUrl ?: string ; reporter ?: string ; result ?: "FAIL" | "PASS" ; title ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { createdDate ?: number ; data ?: readonly { title ?: string ; type ?: string ; value ?: Record < string , unknown > ; } [] ; details ?: string ; key ?: string ; link ?: string ; logoUrl ?: string ; reporter ?: string ; result ?: "FAIL" | "PASS" ; title ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Annotation setAnnotation : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; externalId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { externalId ?: string ; line ?: number ; link ?: string ; message : string ; path ?: string ; severity : string ; type ?: string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; externalId : string ; key : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commitId : string ; externalId : string ; key : string ; projectKey : string ; repositorySlug : string ; } Readonly
commitId : string Readonly
externalId : string Readonly
key : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { externalId ?: string ; line ?: number ; link ?: string ; message : string ; path ?: string ; severity : string ; type ?: string ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Auto Decline Settings setAutoDeclineSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number } ; } ; } ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Auto Decline Settings_ 1 setAutoDeclineSettings_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number } ; } ; } ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { enabled ?: boolean ; inactivityWeeks ?: number ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Banner setBanner : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { audience : "ALL" | "AUTHENTICATED" ; enabled ?: boolean ; message ?: string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Configuration setConfiguration : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; scriptId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { triggerIds ?: readonly string [] } } ; } ; responses : { "200" : { content : { "application/json" : { scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; script ?: { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; triggerIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; scriptId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; scriptId : string } Readonly
projectKey : string Readonly
scriptId : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { triggerIds ?: readonly string [] } } } Readonly
responses : { "200" : { content : { "application/json" : { scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; script ?: { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; triggerIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; script ?: { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; triggerIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Configuration_ 1 setConfiguration_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; scriptId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { triggerIds ?: readonly string [] } } ; } ; responses : { "200" : { content : { "application/json" : { scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; script ?: { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; triggerIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; scriptId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string ; scriptId : string } Readonly
projectKey : string Readonly
repositorySlug : string Readonly
scriptId : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { triggerIds ?: readonly string [] } } } Readonly
responses : { "200" : { content : { "application/json" : { scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; script ?: { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; triggerIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; script ?: { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; triggerIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Default Branch setDefaultBranch : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { id ?: string } } } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Default Branch_ 1 setDefaultBranch_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Default Branch_ 2 setDefaultBranch_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { default ?: boolean ; displayId ?: string ; id ?: string ; latestChangeset ?: string ; latestCommit ?: string ; type ?: unknown ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Enabled setEnabled : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { aheadRefs ?: { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; available ?: boolean ; divergedRefs ?: { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; enabled ?: boolean ; lastSync ?: number ; orphanedRefs ?: { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { aheadRefs ?: { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; available ?: boolean ; divergedRefs ?: { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; enabled ?: boolean ; lastSync ?: number ; orphanedRefs ?: { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Level setLevel : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { levelName : string ; loggerName : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Mail Config setMailConfig : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { hostname ?: string ; password ?: string ; port ?: number ; protocol ?: "SMTP" | "SMTPS" ; requireStartTls ?: boolean ; senderAddress ?: string ; username ?: string ; useStartTls ?: boolean ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { hostname ?: string ; password ?: string ; port ?: number ; protocol ?: "SMTP" | "SMTPS" ; requireStartTls ?: boolean ; senderAddress ?: string ; username ?: string ; useStartTls ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Merge Config setMergeConfig : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { scmId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < string , unknown > ; name ?: string ; } ; strategies ?: readonly { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < string , unknown > ; name ?: string ; } [] ; type ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { scmId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { scmId : string } Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < string , unknown > ; name ?: string ; } ; strategies ?: readonly { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < string , unknown > ; name ?: string ; } [] ; type ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < string , unknown > ; name ?: string ; } ; strategies ?: readonly { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < string , unknown > ; name ?: string ; } [] ; type ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Mirror Mode setMirrorMode : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : string } } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Mirror Settings setMirrorSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { mode ?: "ALL_PROJECTS" | "SELECTED_PROJECTS" ; projectIds ?: readonly string [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { mode ?: "ALL_PROJECTS" | "SELECTED_PROJECTS" ; projectIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { mode ?: "ALL_PROJECTS" | "SELECTED_PROJECTS" ; projectIds ?: readonly string [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { mode ?: "ALL_PROJECTS" | "SELECTED_PROJECTS" ; projectIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { mode ?: "ALL_PROJECTS" | "SELECTED_PROJECTS" ; projectIds ?: readonly string [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Permission For Group setPermissionForGroup : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query : { name : readonly string [] ; permission : "REPO_ADMIN" | "REPO_READ" | "REPO_WRITE" ; } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Permission For Groups setPermissionForGroups : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : readonly string [] ; permission : "ADMIN" | "LICENSED_USER" | "PROJECT_CREATE" | "SYS_ADMIN" ; } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Permission For Groups_ 1 setPermissionForGroups_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { name ?: string ; permission ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Permission For User setPermissionForUser : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query : { name : readonly string [] ; permission : "REPO_ADMIN" | "REPO_READ" | "REPO_WRITE" ; } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Permission For Users setPermissionForUsers : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : readonly string [] ; permission : "ADMIN" | "LICENSED_USER" | "PROJECT_CREATE" | "SYS_ADMIN" ; } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Permission For Users_ 1 setPermissionForUsers_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { name ?: string ; permission ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Preferred Mirror Id setPreferredMirrorId : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : string } } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : string } } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Repository Archive Policy setRepositoryArchivePolicy : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Repository Delete Policy setRepositoryDeletePolicy : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { permission ?: "ADMIN" | "PROJECT_ADMIN" | "REPO_ADMIN" | "SYS_ADMIN" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Root Level setRootLevel : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { levelName : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Sender Address setSenderAddress : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : string } } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
set Settings setSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { hookKey : string ; projectKey : string } Readonly
hookKey : string Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Settings_ 1 setSettings_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { hookKey : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { hookKey : string ; projectKey : string ; repositorySlug : string } Readonly
hookKey : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { booleanValue ?: boolean ; doubleValue ?: number ; integerValue ?: number ; longValue ?: number ; stringValue ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
set Settings_ 2 setSettings_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { defaultSettings ?: { capacity ?: number ; fillRate ?: number } ; enabled ?: boolean ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { defaultSettings ?: { capacity ?: number ; fillRate ?: number } ; enabled ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { defaultSettings ?: { capacity ?: number ; fillRate ?: number } ; enabled ?: boolean ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { defaultSettings ?: { capacity ?: number ; fillRate ?: number } ; enabled ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { defaultSettings ?: { capacity ?: number ; fillRate ?: number } ; enabled ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
ssh Settings sshSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { accessKeysEnabled ?: boolean ; baseUrl ?: string ; enabled ?: boolean ; fingerprint ?: { algorithm ?: string ; value ?: string } ; port ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
start Export startExport : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { exportLocation ?: string ; repositoriesRequest : { includes : readonly { projectKey ?: string ; slug ?: string } [] ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { endDate ?: number ; id ?: number ; initiator ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; nodeId ?: string ; progress ?: { message ?: string ; percentage ?: number } ; startDate ?: number ; state ?: | "FAILED" | "COMPLETED" | "RUNNING" | "READY" | "INITIALISING" | "ABORTED" | "CANCELED" | "CANCELING" | "FINALISING" | "TIMED_OUT" ; type ?: string ; updatedDate ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "503" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { exportLocation ?: string ; repositoriesRequest : { includes : readonly { projectKey ?: string ; slug ?: string } [] ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { endDate ?: number ; id ?: number ; initiator ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; nodeId ?: string ; progress ?: { message ?: string ; percentage ?: number } ; startDate ?: number ; state ?: | "FAILED" | "COMPLETED" | "RUNNING" | "READY" | "INITIALISING" | "ABORTED" | "CANCELED" | "CANCELING" | "FINALISING" | "TIMED_OUT" ; type ?: string ; updatedDate ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "503" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { endDate ?: number ; id ?: number ; initiator ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; nodeId ?: string ; progress ?: { message ?: string ; percentage ?: number } ; startDate ?: number ; state ?: | "FAILED" | "COMPLETED" | "RUNNING" | "READY" | "INITIALISING" | "ABORTED" | "CANCELED" | "CANCELING" | "FINALISING" | "TIMED_OUT" ; type ?: string ; updatedDate ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
503 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
start Import startImport : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { archivePath ?: string } } } ; responses : { "200" : { content : { "application/json" : { endDate ?: number ; id ?: number ; initiator ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; nodeId ?: string ; progress ?: { message ?: string ; percentage ?: number } ; startDate ?: number ; state ?: | "FAILED" | "COMPLETED" | "RUNNING" | "READY" | "INITIALISING" | "ABORTED" | "CANCELED" | "CANCELING" | "FINALISING" | "TIMED_OUT" ; type ?: string ; updatedDate ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "503" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { archivePath ?: string } } } Readonly
responses : { "200" : { content : { "application/json" : { endDate ?: number ; id ?: number ; initiator ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; nodeId ?: string ; progress ?: { message ?: string ; percentage ?: number } ; startDate ?: number ; state ?: | "FAILED" | "COMPLETED" | "RUNNING" | "READY" | "INITIALISING" | "ABORTED" | "CANCELED" | "CANCELING" | "FINALISING" | "TIMED_OUT" ; type ?: string ; updatedDate ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "503" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { endDate ?: number ; id ?: number ; initiator ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; nodeId ?: string ; progress ?: { message ?: string ; percentage ?: number } ; startDate ?: number ; state ?: | "FAILED" | "COMPLETED" | "RUNNING" | "READY" | "INITIALISING" | "ABORTED" | "CANCELED" | "CANCELING" | "FINALISING" | "TIMED_OUT" ; type ?: string ; updatedDate ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
503 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
start Mesh Migration startMeshMigration : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { all ?: boolean ; maxBytesPerSecond ?: { asLong ?: number ; present ?: boolean } ; projectIds ?: readonly number [] ; repositoryIds ?: readonly number [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { endDate ?: number ; id ?: number ; initiator ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; nodeId ?: string ; progress ?: { message ?: string ; percentage ?: number } ; startDate ?: number ; state ?: | "FAILED" | "COMPLETED" | "RUNNING" | "READY" | "INITIALISING" | "ABORTED" | "CANCELED" | "CANCELING" | "FINALISING" | "TIMED_OUT" ; type ?: string ; updatedDate ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "503" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
start Mirroring Project startMirroringProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
start Mirroring Projects startMirroringProjects : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : readonly string [] } } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
start Rolling Upgrade startRollingUpgrade : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { rollingUpgradeEnabled ?: boolean ; version ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stop Mirroring Project stopMirroringProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectId : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream stream : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { at ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { files ?: { latestCommit ?: { author ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly (...)[] ; } ; pomXml ?: { author ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly (...)[] ; } ; readmeMd ?: { author ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly (...)[] ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream_ 1 stream_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; repositorySlug : string } ; query ?: { at ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { files ?: { latestCommit ?: { author ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly (...)[] ; } ; pomXml ?: { author ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly (...)[] ; } ; readmeMd ?: { author ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: ...; emailAddress ?: ...; name ?: ... } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly (...)[] ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Changes streamChanges : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { from ?: string ; fromRepo ?: string ; limit ?: number ; start ?: number ; to ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { conflict ?: { ourChange ?: (...) | (...); theirChange ?: (...) | (...); } ; contentId ?: string ; executable ?: boolean ; fromContentId ?: string ; links ?: Record < string , unknown > ; nodeType ?: "DIRECTORY" | "FILE" | "SUBMODULE" ; path ?: { components ?: (...) | (...); extension ?: (...) | (...); name ?: (...) | (...); parent ?: (...) | (...); } ; percentUnchanged ?: number ; srcExecutable ?: boolean ; srcPath ?: { components ?: (...) | (...); extension ?: (...) | (...); name ?: (...) | (...); parent ?: (...) | (...); } ; type ?: "UNKNOWN" | "DELETE" | "ADD" | "COPY" | "MODIFY" | "MOVE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Changes_ 1 streamChanges_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { changeScope ?: string ; limit ?: number ; sinceId ?: string ; start ?: number ; untilId ?: string ; withComments ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { conflict ?: { ourChange ?: { path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; type ?: "UNKNOWN" | "DELETE" | "ADD" | "COPY" | "MODIFY" | "MOVE" ; } ; theirChange ?: { path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; type ?: "UNKNOWN" | "DELETE" | "ADD" | "COPY" | "MODIFY" | "MOVE" ; } ; } ; contentId ?: string ; executable ?: boolean ; fromContentId ?: string ; links ?: Record < string , unknown > ; nodeType ?: "DIRECTORY" | "FILE" | "SUBMODULE" ; path ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; percentUnchanged ?: number ; srcExecutable ?: boolean ; srcPath ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; type ?: "UNKNOWN" | "DELETE" | "ADD" | "COPY" | "MODIFY" | "MOVE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Commits streamCommits : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { from ?: string ; fromRepo ?: string ; limit ?: number ; start ?: number ; to ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly { author ?: { avatarUrl ?: (...) | (...); emailAddress ?: (...) | (...); name ?: (...) | (...); } ; authorTimestamp ?: number ; committer ?: { avatarUrl ?: (...) | (...); emailAddress ?: (...) | (...); name ?: (...) | (...); } ; committerTimestamp ?: number ; displayId ?: string ; id ?: string ; message ?: string ; parents ?: readonly { displayId ?: ...; id ?: ... } [] ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Contributing streamContributing : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; hardwrap ?: string ; htmlEscape ?: string ; includeHeadingId ?: string ; markup ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Diff streamDiff : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; path : string ; projectKey : string ; repositorySlug : string ; } ; query ?: { autoSrcPath ?: string ; avatarScheme ?: string ; avatarSize ?: string ; contextLines ?: string ; filter ?: string ; since ?: string ; srcPath ?: string ; whitespace ?: string ; withComments ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { binary ?: boolean ; destination ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; hunks ?: readonly { context ?: string ; destinationLine ?: number ; destinationSpan ?: number ; segments ?: readonly { lines ?: ...; truncated ?: ...; type ?: ... } [] ; sourceLine ?: number ; sourceSpan ?: number ; truncated ?: boolean ; } [] ; lineComments ?: readonly { anchor ?: { diffType ?: (...) | (...) | (...) | (...); fileType ?: (...) | (...) | (...); fromHash ?: (...) | (...); line ?: (...) | (...); lineType ?: (...) | (...) | (...) | (...); multilineMarker ?: (...) | (...); path ?: (...) | (...); pullRequest ?: (...) | (...); srcPath ?: (...) | (...); toHash ?: (...) | (...); } ; anchored ?: boolean ; author ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; properties ?: Record < string , unknown > ; source ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; truncated ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Diff_ 1 streamDiff_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; repositorySlug : string } ; query ?: { contextLines ?: string ; from ?: string ; fromRepo ?: string ; srcPath ?: string ; to ?: string ; whitespace ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { binary ?: boolean ; destination ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; hunks ?: readonly { context ?: string ; destinationLine ?: number ; destinationSpan ?: number ; segments ?: readonly { lines ?: ...; truncated ?: ...; type ?: ... } [] ; sourceLine ?: number ; sourceSpan ?: number ; truncated ?: boolean ; } [] ; lineComments ?: readonly { anchor ?: { diffType ?: (...) | (...) | (...) | (...); fileType ?: (...) | (...) | (...); fromHash ?: (...) | (...); line ?: (...) | (...); lineType ?: (...) | (...) | (...) | (...); multilineMarker ?: (...) | (...); path ?: (...) | (...); pullRequest ?: (...) | (...); srcPath ?: (...) | (...); toHash ?: (...) | (...); } ; anchored ?: boolean ; author ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; properties ?: Record < string , unknown > ; source ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; truncated ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Diff_ 2 streamDiff_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { avatarScheme ?: string ; avatarSize ?: string ; contextLines ?: string ; diffType ?: string ; sinceId ?: string ; srcPath ?: string ; untilId ?: string ; whitespace ?: string ; withComments ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { binary ?: boolean ; destination ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; hunks ?: readonly { context ?: string ; destinationLine ?: number ; destinationSpan ?: number ; segments ?: readonly { lines ?: ...; truncated ?: ...; type ?: ... } [] ; sourceLine ?: number ; sourceSpan ?: number ; truncated ?: boolean ; } [] ; lineComments ?: readonly { anchor ?: { diffType ?: (...) | (...) | (...) | (...); fileType ?: (...) | (...) | (...); fromHash ?: (...) | (...); line ?: (...) | (...); lineType ?: (...) | (...) | (...) | (...); multilineMarker ?: (...) | (...); path ?: (...) | (...); pullRequest ?: (...) | (...); srcPath ?: (...) | (...); toHash ?: (...) | (...); } ; anchored ?: boolean ; author ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: (...) | (...); anchored ?: (...) | (...) | (...); author ?: (...) | (...); comments ?: readonly { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; }[]...; createdDate ?: (...) | (...); html ?: (...) | (...); id ?: (...) | (...); pending ?: (...) | (...) | (...); properties ?: (...) | (...); reply ?: (...) | (...) | (...); resolvedDate ?: (...) | (...); resolver ?: (...) | (...); severity ?: (...) | (...); state ?: (...) | (...); text ?: (...) | (...); threadResolved ?: (...) | (...) | (...); threadResolvedDate ?: (...) | (...); threadResolver ?: (...) | (...); updatedDate ?: (...) | (...); version ?: (...) | (...); } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; updatedDate ?: number ; version ?: number ; } [] ; properties ?: Record < string , unknown > ; source ?: { components ?: readonly string [] ; extension ?: string ; name ?: string ; parent ?: string ; } ; truncated ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Files streamFiles : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly unknown [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Files_ 1 streamFiles_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; limit ?: number ; start ?: number } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { isLastPage ?: boolean ; limit ?: number ; nextPageStart ?: number ; size ?: number ; start ?: number ; values ?: readonly unknown [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream License streamLicense : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; hardwrap ?: string ; htmlEscape ?: string ; includeHeadingId ?: string ; markup ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Patch streamPatch : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { allAncestors ?: string ; since ?: string ; until ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Patch_ 1 streamPatch_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Raw streamRaw : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; hardwrap ?: string ; htmlEscape ?: string ; includeHeadingId ?: string ; markup ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Raw Diff streamRawDiff : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { contextLines ?: string ; since ?: string ; srcPath ?: string ; until ?: string ; whitespace ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Raw Diff_ 1 streamRawDiff_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { path : string ; projectKey : string ; repositorySlug : string } ; query ?: { contextLines ?: string ; since ?: string ; srcPath ?: string ; until ?: string ; whitespace ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Raw Diff_ 2 streamRawDiff_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { contextLines ?: string ; whitespace ?: string } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "text/plain" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "text/html" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "text/html" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
stream Readme streamReadme : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { at ?: string ; hardwrap ?: string ; htmlEscape ?: string ; includeHeadingId ?: string ; markup ?: string ; } ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
synchronize synchronize : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { action ?: "DISCARD" | "MERGE" | "REBASE" ; context ?: { commitMessage ?: string } ; refId ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { displayId ?: string ; id ?: string ; state ?: "AHEAD" | "DIVERGED" | "ORPHANED" ; tag ?: boolean ; type ?: "BRANCH" | "TAG" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "501" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
test Webhook testWebhook : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { sslVerificationRequired ?: boolean ; url ?: string ; webhookId ?: number ; } ; } ; requestBody ?: { content : { "application/json" : { password ?: string ; username ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: { sslVerificationRequired ?: boolean ; url ?: string ; webhookId ?: number ; } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: { sslVerificationRequired ?: boolean ; url ?: string ; webhookId ?: number } Optional
Readonly
sslVerificationRequired ?: boolean Optional
Readonly
url ?: string Optional
Readonly
webhookId ?: number Optional
Readonly
requestBody ?: { content : { "application/json" : { password ?: string ; username ?: string } } } Readonly
responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
test Webhook_ 1 testWebhook_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { sslVerificationRequired ?: string ; url ?: string ; webhookId ?: number ; } ; } ; requestBody ?: { content : { "application/json" : { password ?: string ; username ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: { sslVerificationRequired ?: string ; url ?: string ; webhookId ?: number ; } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: { sslVerificationRequired ?: string ; url ?: string ; webhookId ?: number } Optional
Readonly
sslVerificationRequired ?: string Optional
Readonly
url ?: string Optional
Readonly
webhookId ?: number Optional
Readonly
requestBody ?: { content : { "application/json" : { password ?: string ; username ?: string } } } Readonly
responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
try Auto Merge tryAutoMerge : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { autoMergeProcessingStatus ?: | "MERGED" | "UNKNOWN" | "CANCELLED" | "LOCK_FAILURE" | "STALE" | "VETOED" ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; origin ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: (...) | (...) | (...); lastReviewedCommit ?: (...) | (...); role ?: (...) | (...) | (...) | (...); status ?: (...) | (...) | (...) | (...); user ?: (...) | (...); } [] ; reviewers ?: readonly { approved ?: (...) | (...) | (...); lastReviewedCommit ?: (...) | (...); role ?: (...) | (...) | (...) | (...); status ?: (...) | (...) | (...) | (...); user ?: (...) | (...); } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; origin ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
unassign Participant Role unassignParticipantRole : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; userSlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
unassign Participant Role_ 1 unassignParticipantRole_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: { username ?: string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
un React unReact : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; commitId : string ; emoticon : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
un React_ 1 unReact_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; emoticon : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
unwatch unwatch : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
unwatch_ 1 unwatch_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
unwatch_ 2 unwatch_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
update update : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < string , unknown > ; locked ?: boolean ; open ?: boolean ; participants ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; reviewers ?: readonly { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: (...) | (...) | (...); avatarUrl ?: (...) | (...); displayName ?: (...) | (...); emailAddress ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); slug ?: (...) | (...); type ?: (...) | (...) | (...); } ; } [] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: string ; id ?: string ; latestCommit ?: string ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; origin ?: { archived ?: ...; defaultBranch ?: ...; description ?: ...; forkable ?: ...; hierarchyId ?: ...; id ?: ...; links ?: ...; name ?: ...; partition ?: ...; project ?: ...; public ?: ...; relatedLinks ?: ...; scmId ?: ...; scope ?: ...; slug ?: ...; state ?: ...; statusMessage ?: ...; } ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; type ?: "BRANCH" | "TAG" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update_ 1 update_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { id : string ; projectKey : string } Readonly
id : string Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update_ 2 update_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { id : string ; projectKey : string ; repositorySlug : string } Readonly
id : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { avatarUrl ?: string ; description ?: string ; id ?: number ; name ?: string ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; users ?: readonly { active ?: boolean ; displayName ?: string ; emailAddress ?: string ; id ?: number ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Access Token updateAccessToken : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; tokenId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; tokenId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; tokenId : string } Readonly
projectKey : string Readonly
tokenId : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Access Token_ 1 updateAccessToken_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; tokenId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; tokenId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string ; tokenId : string } Readonly
projectKey : string Readonly
repositorySlug : string Readonly
tokenId : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Access Token_ 2 updateAccessToken_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { tokenId : string ; userSlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { tokenId : string ; userSlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { tokenId : string ; userSlug : string } Readonly
tokenId : string Readonly
userSlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { expiryDays ?: number ; name ?: string ; permissions ?: readonly string [] ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { createdDate ?: string ; id ?: string ; name ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Certificate Revocation List Entries updateCertificateRevocationListEntries : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
updateComment : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; commitId : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; commitId : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commentId : string ; commitId : string ; projectKey : string ; repositorySlug : string ; } Readonly
commentId : string Readonly
commitId : string Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } updateComment_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } Readonly
commentId : string Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } updateComment_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { commentId : string ; projectKey : string ; pullRequestId : string ; repositorySlug : string ; } Readonly
commentId : string Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: number ; startLineType : "ADDED" | "CONTEXT" | "REMOVED" ; } ; path ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; pullRequest ?: { closed ?: boolean ; closedDate ?: number ; createdDate ?: number ; description ?: string ; descriptionAsHtml ?: string ; draft ?: boolean ; fromRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; htmlDescription ?: string ; id ?: number ; links ?: Record < (...), (...)> ; locked ?: boolean ; open ?: boolean ; participants ?: readonly (...)[] ; reviewers ?: readonly (...)[] ; state ?: "DECLINED" | "MERGED" | "OPEN" ; title ?: string ; toRef ?: { displayId ?: ...; id ?: ...; latestCommit ?: ...; repository ?: ...; type ?: ...; } ; updatedDate ?: number ; version ?: number ; } ; srcPath ?: { components ?: readonly (...)[] ; extension ?: string ; name ?: string ; parent ?: string ; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; parent ?: { anchor ?: { diffType ?: "COMMIT" | "EFFECTIVE" | "RANGE" ; fileType ?: "FROM" | "TO" ; fromHash ?: string ; line ?: number ; lineType ?: "ADDED" | "CONTEXT" | "REMOVED" ; multilineMarker ?: { startLine ?: ...; startLineType : ... } ; path ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ... } ; pullRequest ?: { closed ?: ...; closedDate ?: ...; createdDate ?: ...; description ?: ...; descriptionAsHtml ?: ...; draft ?: ...; fromRef ?: ...; htmlDescription ?: ...; id ?: ...; links ?: ...; locked ?: ...; open ?: ...; participants ?: ...; reviewers ?: ...; state ?: ...; title ?: ...; toRef ?: ...; updatedDate ?: ...; version ?: ...; } ; srcPath ?: { components ?: ...; extension ?: ...; name ?: ...; parent ?: ...; } ; toHash ?: string ; } ; anchored ?: boolean ; author ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; comments ?: readonly ( { readonly anchor?: { readonly diffType?: "COMMIT" | "EFFECTIVE" | "RANGE"; readonly fileType?: "FROM" | "TO"; readonly fromHash?: string; readonly line?: number; readonly lineType?: "ADDED" | "CONTEXT" | "REMOVED"; ... 4 more ...; readonly toHash?: string; }; ... 19 more ...; readonly version?: number; } )[] ; createdDate ?: number ; html ?: string ; id ?: number ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; pending ?: boolean ; properties ?: Record < string , unknown > ; reply ?: boolean ; resolvedDate ?: number ; resolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; severity ?: string ; state ?: string ; text ?: string ; threadResolved ?: boolean ; threadResolvedDate ?: number ; threadResolver ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; updatedDate ?: number ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Default Task updateDefaultTask : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; taskId : string } ; query ?: undefined ; } ; requestBody : { content : { "application/json" : { description ?: string ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; taskId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; taskId : string } Readonly
projectKey : string Readonly
taskId : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "application/json" : { description ?: string ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Default Task_ 1 updateDefaultTask_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; taskId : string } ; query ?: undefined ; } ; requestBody : { content : { "application/json" : { description ?: string ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; taskId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string ; taskId : string } Readonly
projectKey : string Readonly
repositorySlug : string Readonly
taskId : string Optional
Readonly
query ?: undefined Readonly
requestBody : { content : { "application/json" : { description ?: string ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { description ?: string ; html ?: string ; id ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Global Settings updateGlobalSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { keyTypeRestrictions ?: readonly { algorithm ?: string ; allowed ?: boolean ; minKeyLength ?: { asInt ?: (...) | (...); present ?: (...) | (...) | (...); } ; } [] ; maxExpiryDays ?: { asInt ?: number ; present ?: boolean } ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { keyTypeRestrictions ?: readonly { algorithm ?: string ; allowed ?: boolean ; minKeyLength ?: { asInt ?: (...) | (...); present ?: (...) | (...) | (...); } ; } [] ; maxExpiryDays ?: { asInt ?: number ; present ?: boolean } ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Hook Script updateHookScript : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { scriptId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "*/*" : { content ?: string ; description ?: string ; name ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "422" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { scriptId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { scriptId : string } Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "*/*" : { content ?: string ; description ?: string ; name ?: string } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "422" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { createdDate ?: string ; description ?: string ; id ?: number ; name ?: string ; pluginKey ?: string ; type ?: "POST" | "PRE" ; updatedDate ?: string ; version ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
422 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update License updateLicense : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { creationDate ?: number ; daysBeforeExpiry ?: number ; expiryDate ?: number ; gracePeriodEndDate ?: number ; license ?: string ; maintenanceExpiryDate ?: number ; maximumNumberOfUsers ?: number ; numberOfDaysBeforeExpiry ?: number ; numberOfDaysBeforeGracePeriodExpiry ?: number ; numberOfDaysBeforeMaintenanceExpiry ?: number ; purchaseDate ?: number ; serverId ?: string ; status ?: { currentNumberOfUsers ?: number ; serverId ?: string } ; supportEntitlementNumber ?: string ; unlimitedNumberOfUsers ?: boolean ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { creationDate ?: number ; daysBeforeExpiry ?: number ; expiryDate ?: number ; gracePeriodEndDate ?: number ; license ?: string ; maintenanceExpiryDate ?: number ; maximumNumberOfUsers ?: number ; numberOfDaysBeforeExpiry ?: number ; numberOfDaysBeforeGracePeriodExpiry ?: number ; numberOfDaysBeforeMaintenanceExpiry ?: number ; purchaseDate ?: number ; serverId ?: string ; status ?: { currentNumberOfUsers ?: number ; serverId ?: string } ; supportEntitlementNumber ?: string ; unlimitedNumberOfUsers ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { creationDate ?: number ; daysBeforeExpiry ?: number ; expiryDate ?: number ; gracePeriodEndDate ?: number ; license ?: string ; maintenanceExpiryDate ?: number ; maximumNumberOfUsers ?: number ; numberOfDaysBeforeExpiry ?: number ; numberOfDaysBeforeGracePeriodExpiry ?: number ; numberOfDaysBeforeMaintenanceExpiry ?: number ; purchaseDate ?: number ; serverId ?: string ; status ?: { currentNumberOfUsers ?: number ; serverId ?: string } ; supportEntitlementNumber ?: string ; unlimitedNumberOfUsers ?: boolean ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { creationDate ?: number ; daysBeforeExpiry ?: number ; expiryDate ?: number ; gracePeriodEndDate ?: number ; license ?: string ; maintenanceExpiryDate ?: number ; maximumNumberOfUsers ?: number ; numberOfDaysBeforeExpiry ?: number ; numberOfDaysBeforeGracePeriodExpiry ?: number ; numberOfDaysBeforeMaintenanceExpiry ?: number ; purchaseDate ?: number ; serverId ?: string ; status ?: { currentNumberOfUsers ?: number ; serverId ?: string } ; supportEntitlementNumber ?: string ; unlimitedNumberOfUsers ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { creationDate ?: number ; daysBeforeExpiry ?: number ; expiryDate ?: number ; gracePeriodEndDate ?: number ; license ?: string ; maintenanceExpiryDate ?: number ; maximumNumberOfUsers ?: number ; numberOfDaysBeforeExpiry ?: number ; numberOfDaysBeforeGracePeriodExpiry ?: number ; numberOfDaysBeforeMaintenanceExpiry ?: number ; purchaseDate ?: number ; serverId ?: string ; status ?: { currentNumberOfUsers ?: number ; serverId ?: string } ; supportEntitlementNumber ?: string ; unlimitedNumberOfUsers ?: boolean ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Mesh Node updateMeshNode : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { id : string } Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: string ; lastSeenDate ?: number ; name ?: string ; offline ?: boolean ; rpcId ?: string ; rpcUrl ?: string ; state ?: "AVAILABLE" | "OFFLINE" | "DELETING" | "DISABLED" | "DRAINING" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Permission updatePermission : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string ; permission : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { key ?: { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
update Permission_ 1 updatePermission_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { keyId : string ; permission : string ; projectKey : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { key ?: { algorithmType ?: string ; bitLength ?: number ; createdDate ?: string ; expiryDays ?: number ; fingerprint ?: string ; id ?: number ; label ?: string ; lastAuthenticated ?: string ; text ?: string ; } ; permission ?: | "ADMIN" | "LICENSED_USER" | "PROJECT_ADMIN" | "PROJECT_CREATE" | "PROJECT_READ" | "PROJECT_VIEW" | "PROJECT_WRITE" | "REPO_ADMIN" | "REPO_CREATE" | "REPO_READ" | "REPO_WRITE" | "SYS_ADMIN" | "USER_ADMIN" ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; repository ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < (...), (...)> ; name ?: string ; partition ?: number ; project ?: { avatar ?: ...; avatarUrl ?: ...; description ?: ...; id ?: ...; key : ...; links ?: ...; name ?: ...; public ?: ...; scope ?: ...; type ?: ...; } ; public ?: boolean ; relatedLinks ?: Record < (...), (...)> ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
update Project updateProject : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "201" : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "201" : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
201 : { content : { "application/json" : { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key ?: string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Pull Request Condition updatePullRequestCondition : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { id : string ; projectKey : string } Readonly
id : string Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Pull Request Condition_ 1 updatePullRequestCondition_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; sourceMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { id ?: number ; requiredApprovals ?: number ; reviewers ?: readonly { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } [] ; scope ?: { resourceId ?: number ; type ?: "GLOBAL" | "PROJECT" | "REPOSITORY" ; } ; sourceRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; targetRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
update Pull Request Settings updatePullRequestSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; scmId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; scmId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; scmId : string } Readonly
projectKey : string Readonly
scmId : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Pull Request Settings_ 1 updatePullRequestSettings_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; requiredAllApprovers ?: boolean ; requiredAllTasksComplete ?: boolean ; requiredApprovers ?: { count ?: string ; enabled ?: boolean } ; requiredApproversDeprecated ?: number ; requiredSuccessfulBuilds ?: { count ?: string ; enabled ?: boolean } ; requiredSuccessfulBuildsDeprecated ?: number ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; requiredAllApprovers ?: boolean ; requiredAllTasksComplete ?: boolean ; requiredApprovers ?: { count ?: string ; enabled ?: boolean } ; requiredApproversDeprecated ?: number ; requiredSuccessfulBuilds ?: { count ?: string ; enabled ?: boolean } ; requiredSuccessfulBuildsDeprecated ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; requiredAllApprovers ?: boolean ; requiredAllTasksComplete ?: boolean ; requiredApprovers ?: { count ?: string ; enabled ?: boolean } ; requiredApproversDeprecated ?: number ; requiredSuccessfulBuilds ?: { count ?: string ; enabled ?: boolean } ; requiredSuccessfulBuildsDeprecated ?: number ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; requiredAllApprovers ?: boolean ; requiredAllTasksComplete ?: boolean ; requiredApprovers ?: { count ?: string ; enabled ?: boolean } ; requiredApproversDeprecated ?: number ; requiredSuccessfulBuilds ?: { count ?: string ; enabled ?: boolean } ; requiredSuccessfulBuildsDeprecated ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { mergeConfig ?: { commitMessageTemplate ?: { body ?: string ; title ?: string } ; commitSummaries ?: number ; defaultStrategy ?: { description ?: string ; enabled ?: boolean ; flag ?: string ; id ?: string ; links ?: Record < (...), (...)> ; name ?: string ; } ; strategies ?: readonly { description ?: (...) | (...); enabled ?: (...) | (...) | (...); flag ?: (...) | (...); id ?: (...) | (...); links ?: (...) | (...); name ?: (...) | (...); } [] ; type ?: string ; } ; requiredAllApprovers ?: boolean ; requiredAllTasksComplete ?: boolean ; requiredApprovers ?: { count ?: string ; enabled ?: boolean } ; requiredApproversDeprecated ?: number ; requiredSuccessfulBuilds ?: { count ?: string ; enabled ?: boolean } ; requiredSuccessfulBuildsDeprecated ?: number ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Repository updateRepository : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; responses : { "201" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } Readonly
responses : { "201" : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "403" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
403 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Required Builds Merge Check updateRequiredBuildsMergeCheck : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : number ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "*/*" : { buildParentKeys : readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; refMatcher : { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { buildParentKeys ?: readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; id ?: number ; refMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { id : number ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { id : number ; projectKey : string ; repositorySlug : string } Readonly
id : number Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "*/*" : { buildParentKeys : readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; refMatcher : { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { buildParentKeys ?: readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; id ?: number ; refMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { buildParentKeys ?: readonly string [] ; exemptRefMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; id ?: number ; refMatcher ?: { displayId ?: string ; id ?: string ; type ?: { id ?: | "BRANCH" | "ANY_REF" | "MODEL_BRANCH" | "MODEL_CATEGORY" | "PATTERN" ; name ?: string ; } ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Settings updateSettings : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { "boolean key" ?: boolean ; "long key" ?: number ; "string key" ?: string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { userSlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { userSlug : string } Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { "boolean key" ?: boolean ; "long key" ?: number ; "string key" ?: string ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Status updateStatus : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; userSlug : string ; } ; query ?: { version ?: string } ; } ; requestBody : { content : { "application/json" : { lastReviewedCommit ?: string ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; userSlug : string ; } ; query ?: { version ?: string } ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; userSlug : string ; } Readonly
projectKey : string Readonly
pullRequestId : string Readonly
repositorySlug : string Readonly
userSlug : string Optional
Readonly
query ?: { version ?: string } Optional
Readonly
version ?: string Readonly
requestBody : { content : { "application/json" : { lastReviewedCommit ?: string ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
409 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update System Signing Configuration updateSystemSigningConfiguration : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { enabled ?: boolean } } } ; responses : { "200" : { content : { "application/json" : { enabled ?: boolean } } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
update User Details updateUserDetails : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { displayName ?: string ; email ?: string ; name ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; avatarUrl ?: string ; deletable ?: boolean ; directoryName ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; lastAuthenticationTimestamp ?: number ; links ?: Record < string , unknown > ; mutableDetails ?: boolean ; mutableGroups ?: boolean ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
update User Details_ 1 updateUserDetails_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { displayName ?: string ; email ?: string ; name ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { displayName ?: string ; email ?: string ; name ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update User Password updateUserPassword : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { name ?: string ; password ?: string ; passwordConfirm ?: string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
update User Password_ 1 updateUserPassword_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { oldPassword ?: string ; password ?: string ; passwordConfirm ?: string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query ?: undefined } Optional
Readonly
requestBody ?: { content : { "application/json" : { oldPassword ?: string ; password ?: string ; passwordConfirm ?: string ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
400 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Webhook updateWebhook : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; webhookId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; webhookId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; webhookId : string } Readonly
projectKey : string Readonly
webhookId : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
update Webhook_ 1 updateWebhook_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; webhookId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; } ; responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string ; webhookId : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string ; webhookId : string } Readonly
projectKey : string Readonly
repositorySlug : string Readonly
webhookId : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; } Readonly
responses : { "200" : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
200 : { content : { "application/json" : { active ?: boolean ; configuration ?: Record < string , unknown > ; credentials ?: { password ?: string ; username ?: string } ; events ?: readonly string [] ; name ?: string ; scopeType ?: string ; sslVerificationRequired ?: boolean ; statistics ?: Record < string , unknown > ; url ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
upgrade upgrade : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { mirrorId : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { baseUrl ?: string ; productVersion ?: string } ; } ; } ; responses : { "200" : { content : { "application/json" : { baseUrl ?: string ; enabled ?: boolean ; id ?: string ; lastSeenDate ?: string ; mirrorType ?: "FARM" | "SINGLE" ; name ?: string ; productVersion ?: string ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
upload Avatar uploadAvatar : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } ; requestBody ?: { content : { "multipart/form-data" : { avatar ?: string } } } ; responses : { "201" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string } Readonly
projectKey : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "multipart/form-data" : { avatar ?: string } } } Readonly
responses : { "201" : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content : { "application/json" : unknown } ; headers : Readonly < Record < string , unknown > > ; } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
upload Avatar_ 1 uploadAvatar_1 : { parameters : { cookie ?: undefined ; header ?: { "X-Atlassian-Token" ?: string } ; path : { userSlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "multipart/form-data" : { avatar ?: string } } } ; responses : { "201" : { content ?: undefined ; headers : { Location ?: string ; readonly [ name : string ]: unknown } ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: { "X-Atlassian-Token" ?: string } ; path : { userSlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: { "X-Atlassian-Token" ?: string } Optional
Readonly
X-Atlassian-Token ?: string Readonly
path : { userSlug : string } Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "multipart/form-data" : { avatar ?: string } } } Readonly
responses : { "201" : { content ?: undefined ; headers : { Location ?: string ; readonly [ name : string ]: unknown } ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
201 : { content ?: undefined ; headers : { Location ?: string ; readonly [ name : string ]: unknown } ; } Optional
content ?: undefined headers : { Location ?: string ; readonly [ name : string ]: unknown } Optional
Readonly
Location ?: string Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
validate Erasable validateErasable : { parameters : { cookie ?: undefined ; header ?: undefined ; path ?: undefined ; query : { name : string } ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "400" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
watch watch : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { commitId : string ; projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
watch_ 1 watch_1 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Readonly
watch_ 2 watch_2 : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } ; requestBody ?: { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } ; responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Type declaration Readonly
parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; repositorySlug : string } ; query ?: undefined ; } Optional
Readonly
cookie ?: undefined Optional
Readonly
header ?: undefined Readonly
path : { projectKey : string ; repositorySlug : string } Readonly
projectKey : string Readonly
repositorySlug : string Optional
Readonly
query ?: undefined Optional
Readonly
requestBody ?: { content : { "application/json" : { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; origin ?: { archived ?: boolean ; defaultBranch ?: string ; description ?: string ; forkable ?: boolean ; hierarchyId ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < (...), (...)> ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; partition ?: number ; project ?: { avatar ?: string ; avatarUrl ?: string ; description ?: string ; id ?: number ; key : string ; links ?: Record < string , unknown > ; name ?: string ; public ?: boolean ; scope ?: string ; type ?: "NORMAL" | "PERSONAL" ; } ; public ?: boolean ; relatedLinks ?: Record < string , unknown > ; scmId ?: string ; scope ?: string ; slug ?: string ; state ?: | "AVAILABLE" | "INITIALISATION_FAILED" | "INITIALISING" | "OFFLINE" ; statusMessage ?: string ; } ; } ; } Readonly
responses : { "204" : { content ?: undefined ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } Readonly
204 : { content ?: undefined ; headers : Readonly < Record < string , unknown > > } Readonly
401 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
404 : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } Readonly
withdraw Approval withdrawApproval : { parameters : { cookie ?: undefined ; header ?: undefined ; path : { projectKey : string ; pullRequestId : string ; repositorySlug : string ; } ; query ?: undefined ; } ; requestBody ?: undefined ; responses : { "200" : { content : { "application/json" : { approved ?: boolean ; lastReviewedCommit ?: string ; role ?: "PARTICIPANT" | "REVIEWER" | "AUTHOR" ; status ?: "APPROVED" | "NEEDS_WORK" | "UNAPPROVED" ; user ?: { active ?: boolean ; avatarUrl ?: string ; displayName ?: string ; emailAddress ?: string ; id ?: number ; links ?: Record < string , unknown > ; name ?: string ; slug ?: string ; type ?: "NORMAL" | "SERVICE" ; } ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "401" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "404" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; "409" : { content : { "application/json" : { errors ?: readonly { context ?: string ; exceptionName ?: string ; message ?: string ; } [] ; } ; } ; headers : Readonly < Record < string , unknown > > ; } ; } ; }
Description
The commit.