openapi: add explicit OperationID type

This commit is contained in:
Quaternions 2025-04-02 14:07:00 -07:00
parent 60b5dd8975
commit 7f80343037
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

@ -209,7 +209,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/Id"
$ref: "#/components/schemas/OperationID"
default:
description: General Error
content:
@ -520,7 +520,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/Id"
$ref: "#/components/schemas/OperationID"
default:
description: General Error
content:
@ -1114,6 +1114,14 @@ components:
ID:
type: integer
format: int64
OperationID:
required:
- OperationID
type: object
properties:
OperationID:
type: integer
format: int32
Roles:
required:
- Roles