This repository was archived by the owner on Oct 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +101
-0
lines changed Expand file tree Collapse file tree 2 files changed +101
-0
lines changed Original file line number Diff line number Diff line change @@ -7119,6 +7119,107 @@ Generated by [AVA](https://ava.li).
71197119 ],
71207120 verb: 'put',
71217121 },
7122+ {
7123+ description: 'This is an internal-only endpoint.',
7124+ operationId: 'getLatestPluginRuns',
7125+ parameters: {
7126+ body: {},
7127+ path: {
7128+ site_id: {
7129+ in: 'path',
7130+ name: 'site_id',
7131+ required: true,
7132+ type: 'string',
7133+ },
7134+ },
7135+ query: {
7136+ packages: {
7137+ in: 'query',
7138+ items: {
7139+ type: 'string',
7140+ },
7141+ name: 'packages',
7142+ required: true,
7143+ type: 'array',
7144+ },
7145+ state: {
7146+ in: 'query',
7147+ name: 'state',
7148+ type: 'string',
7149+ },
7150+ },
7151+ },
7152+ path: '/sites/{site_id}/plugin_runs/latest',
7153+ responses: {
7154+ 200: {
7155+ description: 'OK',
7156+ schema: {
7157+ items: {
7158+ allOf: [
7159+ {
7160+ properties: {
7161+ package: {
7162+ type: 'string',
7163+ },
7164+ reporting_event: {
7165+ type: 'string',
7166+ },
7167+ state: {
7168+ type: 'string',
7169+ },
7170+ summary: {
7171+ type: 'string',
7172+ },
7173+ text: {
7174+ type: 'string',
7175+ },
7176+ title: {
7177+ type: 'string',
7178+ },
7179+ version: {
7180+ type: 'string',
7181+ },
7182+ },
7183+ type: 'object',
7184+ },
7185+ {
7186+ properties: {
7187+ deploy_id: {
7188+ type: 'string',
7189+ },
7190+ },
7191+ type: 'object',
7192+ },
7193+ ],
7194+ },
7195+ type: 'array',
7196+ },
7197+ },
7198+ default: {
7199+ description: 'error',
7200+ schema: {
7201+ properties: {
7202+ code: {
7203+ format: 'int64',
7204+ type: 'integer',
7205+ },
7206+ message: {
7207+ type: 'string',
7208+ 'x-nullable': false,
7209+ },
7210+ },
7211+ required: [
7212+ 'message',
7213+ ],
7214+ type: 'object',
7215+ },
7216+ },
7217+ },
7218+ tags: [
7219+ 'x-internal',
7220+ ],
7221+ verb: 'get',
7222+ },
71227223 {
71237224 description: 'This is an internal-only endpoint.',
71247225 operationId: 'createPluginRun',
You can’t perform that action at this time.
0 commit comments