You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**id**| string | Unique identifier of the bonus | Yes |
257
257
|**bonusType**|[BonusType](#bonustype)| Type of the bonus | Yes |
258
258
|**freebetParam**|[FreebetParam](#freebetparam)| Parameters specific to freebet | Yes |
259
-
|**publicCustomData**| object | This field is custom and arbitrary, meaning it is defined by the offer creators. It is used for any additional technical information that may be needed for integration with your systems. It prohibits dangerous constructs such as `<script>` to ensure safe usage. | No |
259
+
|**publicCustomData**| object (JSON) | This field is custom and arbitrary, meaning it is defined by the offer creators. It is used for any additional technical information that may be needed for integration with your systems. It prohibits dangerous constructs such as `<script>` to ensure safe usage.`Max length 500`| No |
260
260
|**address**| string | Wallet address | Yes |
261
261
|**amount**| string | Bonus amount | Yes |
262
262
|**status**|[BonusStatus](#bonusstatus)| Current status of the bonus | Yes |
|**name**| string | Name of the freebet offer | Yes |
319
319
|**key**| string | Unique key for the offer | Yes |
320
-
|**publicCustomData**| object | This field is custom and arbitrary, meaning it is defined by the offer creators. It is used for any additional technical information that may be needed for integration with your systems. It prohibits dangerous constructs such as `<script>` to ensure safe usage. | No |
320
+
|**publicCustomData**| object (JSON) | This field is custom and arbitrary, meaning it is defined by the offer creators. It is used for any additional technical information that may be needed for integration with your systems. It prohibits dangerous constructs such as `<script>` to ensure safe usage.`Max length 500`| No |
321
321
|**description**| string | Description of the offer | No |
|**publicCustomData**| object | Custom data for public use| No |
415
+
|**publicCustomData**| object (JSON) | This field is custom and arbitrary, meaning it is defined by the offer creators. It is used for any additional technical information that may be needed for integration with your systems. It prohibits dangerous constructs such as `<script>` to ensure safe usage. `Max length 500`| No |
416
416
|**createdAt**| Date | Creation timestamp | Yes |
417
417
|**operator**|[OperatorResponse](#operatorresponse)| Operator model | No |
0 commit comments