diff options
Diffstat (limited to 'docs/api/schemas/v1.2/patchwork.yaml')
-rw-r--r-- | docs/api/schemas/v1.2/patchwork.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api/schemas/v1.2/patchwork.yaml b/docs/api/schemas/v1.2/patchwork.yaml index aac7032..1b69229 100644 --- a/docs/api/schemas/v1.2/patchwork.yaml +++ b/docs/api/schemas/v1.2/patchwork.yaml @@ -865,7 +865,8 @@ paths: required: true schema: title: ID - type: integer + # TODO: Add regex? + type: string get: description: Show a project. operationId: projects_read |