openapi: add Description to mapfix create

This commit is contained in:
Quaternions 2025-04-11 12:29:39 -07:00
parent c76ff3b687
commit 98f2699c1b
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131
2 changed files with 8 additions and 0 deletions

@ -629,6 +629,7 @@ components:
- AssetID
- AssetVersion
- TargetAssetID
- Description
type: object
properties:
OperationID:
@ -661,6 +662,9 @@ components:
type: integer
format: int64
minimum: 0
Description:
type: string
maxLength: 256
SubmissionCreate:
required:
- OperationID

@ -1508,6 +1508,7 @@ components:
required:
- AssetID
- TargetAssetID
- Description
type: object
properties:
AssetID:
@ -1518,6 +1519,9 @@ components:
type: integer
format: int64
minimum: 0
Description:
type: string
maxLength: 256
Operation:
required:
- OperationID