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

Commit c04e494

Browse files
[bot]update openapi3 schema
1 parent d8458a6 commit c04e494

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api/build/core-openapi3.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,10 +450,9 @@ paths:
450450
headers:
451451
'X-P2-Return-Body-Size-Limit ':
452452
required: false
453-
description: This header tells the client whether the route to commit re-signed messages has an upload size limit, and what the size of that limit is. A value of `0` means that there is no limit. This header not being present can also be interpreted as no limit existing.
453+
description: This header tells the client whether the route to commit re-signed messages has an upload size limit, and what the size of that limit is, in bytes. A value of `"0"` means that there is no limit. This header not being present can also be interpreted as no limit existing. The value of this header is a string-formatted, unsigned 64-bit integer.
454454
schema:
455-
type: integer
456-
format: uint64
455+
type: string
457456
content:
458457
application/json:
459458
schema:

0 commit comments

Comments
 (0)