Cloud code operation parameters missing options


I’m only getting 3 options appear for the parameter data type: string, boolean, and number. There are usually more options than that. In this case I need an array. I get the full list of options on methods I’ve created previously but not on this new one.

My application id is: D3AEFCC3-94AD-4944-9AF0-C474EE2AD285

Hi @Jessica_Maree_Kancharla,

Try using the POST method. After that, the other data structures (including array ) will become available. Right now you only see string , boolean , and number because the interface limits the parameter types for the current method.

Regards,
Sergey

got it, thanks :+1:

1 Like