Skip to content

Commit

Permalink
chore: autopublish 2023-11-06T02:12:03Z
Browse files Browse the repository at this point in the history
  • Loading branch information
autify-ci committed Nov 6, 2023
1 parent 7f61f98 commit 00a8375
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,31 @@ paths:
schema:
type: object
$ref: "#/components/schemas/UsedCredits"
"/projects/{project_id}/project_info":
get:
operationId: getProjectInfo
description: |
Get project information.
tags:
- project
security:
- bearerAuth: []
parameters:
- name: project_id
in: path
required: true
description: |
For example, 1 for the following URL: https://app.autify.com/projects/1/project_info
schema:
type: integer
responses:
"200":
description: ok
content:
application/json:
schema:
type: object
$ref: "#/components/schemas/ProjectInfo"
components:
securitySchemes:
bearerAuth:
Expand Down Expand Up @@ -1107,6 +1132,16 @@ components:
type: integer
credit_consumption_event_count:
type: integer
ProjectInfo:
properties:
id:
type: integer
name:
type: string
scenarios_count:
type: integer
test_plans_count:
type: integer

tags:
- name: schedule
Expand Down

0 comments on commit 00a8375

Please sign in to comment.