StageInstanceRoutes
Signature
export interface StageInstanceRoutesProperties
1Methods
0No methods.
Properties
'stage-instances': { post(args: RestArguments<RESTPostAPIStageInstanceJSONBody>): Promise<RESTPostAPIStageInstanceResult>; (id: string): { get(args?: RestArgumentsNoBody): Promise<RESTGetAPIStageInstanceResult>; patch(args: RestArguments<RESTPatchAPIStageInstanceJSONBody>): Promise<RESTPatchAPIStageInstanceResult>; delete(args?: RestArgumentsNoBody): Promise<RESTDeleteAPIStageInstanceResult>; };};