node-ovh icon indicating copy to clipboard operation
node-ovh copied to clipboard

Where to find the parameters definitions ?

Open Andy-d-g opened this issue 10 months ago • 0 comments

Hello, i'm trying to use your API but I can't find the type definition of the parameters.

For exemple :

Endpoint :  post /order/cart/{cartId}/webHosting 

duration: Duration
planCode: string;
pricingMode: string;
quantity: long;

Where am I supposed to find the expected value for pricingMode | planCode | duration ?

Thank you and have a good day

Andy-d-g avatar Aug 23 '23 10:08 Andy-d-g