Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5488,10 +5488,10 @@
"description": "Used for online remodeling. The request body is a JSON object\ncontaining the new model assertion.",
"type": "object",
"required": [
"assertion"
"new-model"
],
"properties": {
"assertion": {
"new-model": {
"type": "string",
"description": "A string containing the full, signed model assertion.",
"example": "type: model\nauthority-id: generic\nseries: 16\nbrand-id: generic\nmodel: generic-classic\nclassic: true\ntimestamp: 2025-10-03T10:40:00.0Z\nsign-key-sha3-384: d-JcZF9nD9eBw7bwMnH61x-bklnQOhQud1Is6o_cn2wTj8EYDi9musrIT9z2MdAa\nAcLBXAQAAQ[...]\n"
Expand All @@ -5502,7 +5502,7 @@
"remodelRequest": {
"summary": "A typical JSON request to set a new model.",
"value": {
"assertion": "type: model\nauthority-id: generic\nseries: 16\nbrand-id: generic\nmodel: generic-classic\nclassic: true\ntimestamp: 2025-10-03T10:40:00.0Z\nsign-key-sha3-384: d-JcZF9nD9eBw7bwMnH61x-bklnQOhQud1Is6o_cn2wTj8EYDi9musrIT9z2MdAa\nAcLBXAQAAQ[...]"
"new-model": "type: model\nauthority-id: generic\nseries: 16\nbrand-id: generic\nmodel: generic-classic\nclassic: true\ntimestamp: 2025-10-03T10:40:00.0Z\nsign-key-sha3-384: d-JcZF9nD9eBw7bwMnH61x-bklnQOhQud1Is6o_cn2wTj8EYDi9musrIT9z2MdAa\nAcLBXAQAAQ[...]"
}
}
}
Expand Down Expand Up @@ -7589,4 +7589,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1588,9 +1588,9 @@ paths:
containing the new model assertion.
type: object
required:
- assertion
- new-model
properties:
assertion:
new-model:
type: string
description: A string containing the full, signed model assertion.
example: |
Expand All @@ -1607,7 +1607,7 @@ paths:
remodelRequest:
summary: A typical JSON request to set a new model.
value:
assertion: |-
new-model: |-
type: model
authority-id: generic
series: 16
Expand Down
Loading