- added /update/enroll endpoint and enrollment logic - migrated update client to v1 api endpoints and bearer auth - implemented remote status reporting in backend and scripts - updated requirements and project status
16 lines
316 B
YAML
16 lines
316 B
YAML
type: object
|
|
required:
|
|
- code
|
|
- message
|
|
properties:
|
|
code:
|
|
type: string
|
|
description: Error code (e.g., unauthorized, invalid_payload, already_enrolled)
|
|
example: unauthorized
|
|
message:
|
|
type: string
|
|
example: Missing or invalid token
|
|
details:
|
|
type: object
|
|
additionalProperties: true
|