You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When creating a key event, I would like to be able to post more events per site/ multi events, instead of making each time a POST request per event
Describe the solution you'd like
A clear and concise description of what you want to happen.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When creating a key event, I would like to be able to post more events per site/ multi events, instead of making each time a POST request per event
Describe the solution you'd like
A clear and concise description of what you want to happen.
The API should accept a multi-object array
POST sites/{siteId}/key-events
Body:
Currently, this fails with 500 ( "message": "Required field "name" is missing")
The text was updated successfully, but these errors were encountered: