- 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
12 lines
219 B
YAML
12 lines
219 B
YAML
type: object
|
|
required:
|
|
- token
|
|
- token_meta
|
|
properties:
|
|
token:
|
|
type: string
|
|
description: One-time plaintext enrollment token
|
|
example: enroll_6f3d2c...
|
|
token_meta:
|
|
$ref: './enrollment-token.yaml'
|