@@ -375,8 +375,6 @@ paths:
375375
376376 code: str (verification code)
377377
378- turnstile_token: str (optional)
379-
380378 referral_code: str (optional, referrer'' s user ID - only for new users)
381379
382380
@@ -440,8 +438,6 @@ paths:
440438
441439 password: str
442440
443- turnstile_token: str (optional)
444-
445441 referral_code: str (optional, referrer'' s user ID)'
446442 tags :
447443 - Auth
@@ -469,9 +465,7 @@ paths:
469465
470466 code: str (verification code)
471467
472- new_password: str
473-
474- turnstile_token: str (optional)'
468+ new_password: str'
475469 tags :
476470 - Auth
477471 operationId : postApiAuthResetPassword
@@ -2958,6 +2952,73 @@ paths:
29582952 operationId : deleteApiStrategiesScriptSourcesDelete
29592953 summary : Delete Api Strategies Script Sources Delete
29602954 x-visibility : internal
2955+ /api/strategies/script-sources/versions :
2956+ get :
2957+ responses :
2958+ ' 400 ' :
2959+ description : Bad Request
2960+ content :
2961+ application/json :
2962+ schema :
2963+ $ref : ' #/components/schemas/HumanErrorEnvelope'
2964+ ' 200 ' :
2965+ description : OK
2966+ content :
2967+ application/json :
2968+ schema :
2969+ $ref : ' #/components/schemas/HumanSuccessEnvelope'
2970+ tags :
2971+ - Strategy
2972+ operationId : getApiStrategiesScriptSourcesVersions
2973+ summary : Get Api Strategies Script Sources Versions
2974+ x-visibility : internal
2975+ /api/strategies/script-sources/versions/{version_id} :
2976+ get :
2977+ responses :
2978+ ' 400 ' :
2979+ description : Bad Request
2980+ content :
2981+ application/json :
2982+ schema :
2983+ $ref : ' #/components/schemas/HumanErrorEnvelope'
2984+ ' 200 ' :
2985+ description : OK
2986+ content :
2987+ application/json :
2988+ schema :
2989+ $ref : ' #/components/schemas/HumanSuccessEnvelope'
2990+ tags :
2991+ - Strategy
2992+ operationId : getApiStrategiesScriptSourcesVersionsVersionId
2993+ summary : Get Api Strategies Script Sources Versions Version Id
2994+ x-visibility : internal
2995+ parameters :
2996+ - in : path
2997+ name : version_id
2998+ required : true
2999+ schema :
3000+ type : integer
3001+ minimum : 0
3002+ /api/strategies/script-sources/versions/restore :
3003+ post :
3004+ responses :
3005+ ' 400 ' :
3006+ description : Bad Request
3007+ content :
3008+ application/json :
3009+ schema :
3010+ $ref : ' #/components/schemas/HumanErrorEnvelope'
3011+ ' 200 ' :
3012+ description : OK
3013+ content :
3014+ application/json :
3015+ schema :
3016+ $ref : ' #/components/schemas/HumanSuccessEnvelope'
3017+ tags :
3018+ - Strategy
3019+ operationId : postApiStrategiesScriptSourcesVersionsRestore
3020+ summary : Post Api Strategies Script Sources Versions Restore
3021+ x-visibility : internal
29613022 /api/strategies/script-sources/publish :
29623023 post :
29633024 responses :
0 commit comments