@@ -3031,6 +3031,18 @@ paths:
30313031 schema :
30323032 $ref : ' #/components/schemas/EnvelopedError'
30333033 description : Forbidden
3034+ ' 402 ' :
3035+ content :
3036+ application/json :
3037+ schema :
3038+ $ref : ' #/components/schemas/EnvelopedError'
3039+ description : Payment Required
3040+ ' 400 ' :
3041+ content :
3042+ application/json :
3043+ schema :
3044+ $ref : ' #/components/schemas/EnvelopedError'
3045+ description : Bad Request
30343046 /v0/catalog/licensed-items/{licensed_item_id} :
30353047 get :
30363048 tags :
@@ -3065,6 +3077,18 @@ paths:
30653077 schema :
30663078 $ref : ' #/components/schemas/EnvelopedError'
30673079 description : Forbidden
3080+ ' 402 ' :
3081+ content :
3082+ application/json :
3083+ schema :
3084+ $ref : ' #/components/schemas/EnvelopedError'
3085+ description : Payment Required
3086+ ' 400 ' :
3087+ content :
3088+ application/json :
3089+ schema :
3090+ $ref : ' #/components/schemas/EnvelopedError'
3091+ description : Bad Request
30683092 /v0/catalog/licensed-items/{licensed_item_id}:purchase :
30693093 post :
30703094 tags :
@@ -3101,6 +3125,18 @@ paths:
31013125 schema :
31023126 $ref : ' #/components/schemas/EnvelopedError'
31033127 description : Forbidden
3128+ ' 402 ' :
3129+ content :
3130+ application/json :
3131+ schema :
3132+ $ref : ' #/components/schemas/EnvelopedError'
3133+ description : Payment Required
3134+ ' 400 ' :
3135+ content :
3136+ application/json :
3137+ schema :
3138+ $ref : ' #/components/schemas/EnvelopedError'
3139+ description : Bad Request
31043140 /v0/wallets/{wallet_id}/licensed-items-purchases :
31053141 get :
31063142 tags :
@@ -3159,6 +3195,18 @@ paths:
31593195 schema :
31603196 $ref : ' #/components/schemas/EnvelopedError'
31613197 description : Forbidden
3198+ ' 402 ' :
3199+ content :
3200+ application/json :
3201+ schema :
3202+ $ref : ' #/components/schemas/EnvelopedError'
3203+ description : Payment Required
3204+ ' 400 ' :
3205+ content :
3206+ application/json :
3207+ schema :
3208+ $ref : ' #/components/schemas/EnvelopedError'
3209+ description : Bad Request
31623210 /v0/licensed-items-purchases/{licensed_item_purchase_id} :
31633211 get :
31643212 tags :
@@ -3192,6 +3240,18 @@ paths:
31923240 schema :
31933241 $ref : ' #/components/schemas/EnvelopedError'
31943242 description : Forbidden
3243+ ' 402 ' :
3244+ content :
3245+ application/json :
3246+ schema :
3247+ $ref : ' #/components/schemas/EnvelopedError'
3248+ description : Payment Required
3249+ ' 400 ' :
3250+ content :
3251+ application/json :
3252+ schema :
3253+ $ref : ' #/components/schemas/EnvelopedError'
3254+ description : Bad Request
31953255 /v0/projects/{project_uuid}/checkpoint/{ref_id}/iterations :
31963256 get :
31973257 tags :
0 commit comments