openapi: fix /scripts endpoint #54

Merged
Quaternions merged 2 commits from separate-mapfixes into staging 2025-04-01 02:32:38 +00:00
2 changed files with 12 additions and 2 deletions
Showing only changes of commit 4e22933e34 - Show all commits

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