File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 985985 }
986986 },
987987 "responses" : {
988- "200 " : {
988+ "204 " : {
989989 "description" : " Link Billing Account 200 response" ,
990990 "content" : {
991991 "application/json" : {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import type {
99 BillingAccountPortalRequest ,
1010 BillingAccountPortal ,
1111 LinkBillingAccountRequest ,
12- LinkBillingAccount ,
1312 PaymentMethods ,
1413 PaymentMethodIntendedLro ,
1514 PaymentMethod ,
@@ -124,14 +123,13 @@ export function getBillingAccountPortalCommand(
124123 * linkBillingAccountCommand
125124 * @param billingAccountId {String}
126125 * @param parameters.body {LinkBillingAccountRequest}
127- * @returns {RequestMethodCaller<LinkBillingAccount> } HTTP 200
128126 */
129127export function linkBillingAccountCommand (
130128 billingAccountId : string ,
131129 parameters : {
132130 body : Simplify < LinkBillingAccountRequest > ;
133131 } ,
134- ) : RequestMethodCaller < LinkBillingAccount > {
132+ ) : RequestMethodCaller < void > {
135133 const req = {
136134 method : 'post' as const ,
137135 pathname : `/billing-accounts/${ billingAccountId } /link` ,
You can’t perform that action at this time.
0 commit comments