Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 0bc6168

Browse files
committed
2 parents c33ba13 + d4d7ce7 commit 0bc6168

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

api/build/core-openapi3.yaml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,14 @@ paths:
437437
format: uint32
438438
default: 300
439439
explode: false
440+
- name: serialNumber
441+
in: query
442+
required: false
443+
description: If specified, query for non-re-signed messages corresponding to a specific ID-Cert.
444+
schema:
445+
type: integer
446+
format: uint64
447+
explode: false
440448
responses:
441449
'200':
442450
description: Messages. The distinct format of messages is up to the specific p2 extension to define.
@@ -484,17 +492,6 @@ paths:
484492
description: Messages. The distinct format of messages is up to the specific p2 extension to define.
485493
tags:
486494
- Migration - Registration not required
487-
requestBody:
488-
required: true
489-
content:
490-
application/json:
491-
schema:
492-
type: object
493-
properties:
494-
serialNumber:
495-
type: integer
496-
format: uint64
497-
description: If specified, query for non-re-signed messages corresponding to a specific ID-Cert.
498495
security:
499496
- BearerAuth: []
500497
/.p2/core/v1/messages/commit:

0 commit comments

Comments
 (0)