openapi: fix /scripts endpoint

This commit is contained in:
Quaternions 2025-03-31 19:30:51 -07:00
parent 758c2254eb
commit 4e22933e34
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131
2 changed files with 12 additions and 2 deletions

@ -189,7 +189,12 @@ paths:
schema:
type: string
maxLength: 1048576
- name: SubmissionID
- name: ResourceType
in: query
schema:
type: integer
format: int32
- name: ResourceID
in: query
schema:
type: integer

@ -540,7 +540,12 @@ paths:
schema:
type: string
maxLength: 1048576
- name: SubmissionID
- name: ResourceType
in: query
schema:
type: integer
format: int32
- name: ResourceID
in: query
schema:
type: integer