openapi: fix /scripts endpoint

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

View File

@@ -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