From 12d6d47aa99956ceb3680db20e3cc642933e5d6c Mon Sep 17 00:00:00 2001 From: Kirill Sysoev Date: Tue, 18 Jul 2023 08:03:31 +0000 Subject: [PATCH] Updates API schema --- schema.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.go b/schema.go index be469fa..89c3bb8 100644 --- a/schema.go +++ b/schema.go @@ -2318,7 +2318,7 @@ const AppRegisterScopesElemAdmin AppRegisterScopesElem = "admin" // Register a new OAuth application type AppRegister struct { // [Optional] Markup to be added to contract prices (as a percentage of contract - // payout). + // payout). Max markup: 3%. AppMarkupPercentage *float64 `json:"app_markup_percentage,omitempty"` // Must be `1` @@ -2603,7 +2603,7 @@ const AppUpdateScopesElemAdmin AppUpdateScopesElem = "admin" // Update a new OAuth application type AppUpdate struct { // [Optional] Markup to be added to contract prices (as a percentage of contract - // payout). + // payout). Max markup: 3%. AppMarkupPercentage *float64 `json:"app_markup_percentage,omitempty"` // Application app_id.