Skip to content

Commit

Permalink
Update bundled file
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 12, 2024
1 parent 6f10c5c commit e13469b
Showing 1 changed file with 36 additions and 16 deletions.
52 changes: 36 additions & 16 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: MIT
url: https://github.com/d-yoshi/redmine-openapi/blob/main/LICENSE
version: 0.13.2
version: 0.13.3
servers:
- url: /
security:
Expand Down Expand Up @@ -242,10 +242,15 @@ paths:
type: string
format: date
nullable: true
done_ratio:
type: integer
minimum: 0
maximum: 100
multipleOf: 10
category_id:
type: integer
fixed_version_id:
type: string
type: integer
assigned_to_id:
type: integer
parent_issue_id:
Expand All @@ -265,19 +270,17 @@ paths:
type: number
nullable: true
uploads:
type: object
properties:
upload:
type: object
properties:
token:
type: string
filename:
type: string
description:
type: string
content_type:
type: string
type: array
items:
properties:
token:
type: string
filename:
type: string
description:
type: string
content_type:
type: string
responses:
'201':
description: ''
Expand Down Expand Up @@ -370,10 +373,15 @@ paths:
type: string
format: date
nullable: true
done_ratio:
type: integer
minimum: 0
maximum: 100
multipleOf: 10
category_id:
type: integer
fixed_version_id:
type: string
type: integer
assigned_to_id:
type: integer
parent_issue_id:
Expand All @@ -392,6 +400,18 @@ paths:
type: string
private_notes:
type: string
uploads:
type: array
items:
properties:
token:
type: string
filename:
type: string
description:
type: string
content_type:
type: string
responses:
'204':
description: ''
Expand Down

0 comments on commit e13469b

Please sign in to comment.