Skip to content

Commit

Permalink
Merge pull request #157 from mkusaka/update-20240420T000239
Browse files Browse the repository at this point in the history
update 20240420T000239
  • Loading branch information
mkusaka authored Apr 20, 2024
2 parents e4bb98a + 73b1883 commit ac9d404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/services/PipelineService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class PipelineService {
*/
"continuation-key": string;
/**
* An object containing pipeline parameters and their values.
* An object containing pipeline parameters and their values. Pipeline parameters have the following size limits: 100 max entries, 128 maximum key length, 512 maximum value length.
*/
parameters?: Record<string, number | string | boolean>;
};
Expand Down Expand Up @@ -652,7 +652,7 @@ export class PipelineService {
*/
branch?: string;
/**
* An object containing pipeline parameters and their values.
* An object containing pipeline parameters and their values. Pipeline parameters have the following size limits: 100 max entries, 128 maximum key length, 512 maximum value length.
*/
parameters?: Record<string, number | string | boolean>;
/**
Expand Down
4 changes: 2 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5384,7 +5384,7 @@
}
]
},
"description": "An object containing pipeline parameters and their values.",
"description": "An object containing pipeline parameters and their values. Pipeline parameters have the following size limits: 100 max entries, 128 maximum key length, 512 maximum value length.",
"example": {
"deploy_prod": true
},
Expand Down Expand Up @@ -7435,7 +7435,7 @@
}
]
},
"description": "An object containing pipeline parameters and their values.",
"description": "An object containing pipeline parameters and their values. Pipeline parameters have the following size limits: 100 max entries, 128 maximum key length, 512 maximum value length.",
"example": {
"deploy_prod": true
},
Expand Down

0 comments on commit ac9d404

Please sign in to comment.