Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfigGroupService

Hierarchy

Index

Constructors

constructor

Properties

Protected httpRequest

httpRequest: HttpRequest

Protected options

Methods

create

getByVersion

  • getByVersion(projectId: string, type: string, id: string, version: string): Observable<RocosResponse<any>>

getOverrideConfig

  • getOverrideConfig(projectId: string, type: string, id: string, ownerId: string): Observable<RocosResponse<any>>

info

  • info(projectId: string, type: string, id: string): Observable<RocosResponse<any>>

list

  • list(projectId: string, type: string): Observable<RocosResponse<any>>

overrideByOwnerId

  • overrideByOwnerId(projectId: string, type: string, id: string, ownerId: string, content: any): Observable<RocosResponse<any>>

publish

update

updateConfig

  • updateConfig(projectId: string, type: string, id: string, configId: string, content: any): Observable<RocosResponse<any>>

Generated using TypeDoc