Update Polymarket documentation - whitespace normalization (2026-04-07)

This commit is contained in:
Etherdrake
2026-04-07 14:06:13 +02:00
parent 8c597b8fbe
commit ad5a26710b
189 changed files with 667 additions and 455 deletions
+21 -1
View File
@@ -1122,6 +1122,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
EventCreator:
type: object
properties:
@@ -1185,7 +1190,22 @@ components:
outcomes:
type: string
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).
+21 -1
View File
@@ -1172,6 +1172,11 @@ components:
type: string
format: date-time
nullable: true
feesEnabled:
type: boolean
nullable: true
feeSchedule:
$ref: '#/components/schemas/FeeSchedule'
EventCreator:
type: object
properties:
@@ -1235,7 +1240,22 @@ components:
outcomes:
type: string
nullable: true
FeeSchedule:
type: object
properties:
exponent:
type: number
nullable: true
rate:
type: number
nullable: true
takerOnly:
type: boolean
nullable: true
rebateRate:
type: number
nullable: true
````
Built with [Mintlify](https://mintlify.com).
Built with [Mintlify](https://mintlify.com).