chore(openapi): sync shared API contract from cloud@5989e82
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled

This commit is contained in:
mattmillerai 2026-07-08 15:04:22 +00:00 committed by github-actions[bot]
parent 091b70edda
commit 42e0cb731f

View File

@ -3297,6 +3297,12 @@ paths:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Invalid request parameters
"401":
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
description: Unauthorized - Authentication required
"500":
content:
application/json: