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.
Currently, multi is only supported for update, patch and remove. But create also has a "multi mode", if the multi: true option is set for a service.
Describe the solution you'd like
Multi should also be available for create, although it is no extra documentation endpoint like the others. It could still be documented for OpenAPI 3 using the oneOf option keyword.
Is your feature request related to a problem? Please describe.
Currently, multi is only supported for update, patch and remove. But create also has a "multi mode", if the
multi: true
option is set for a service.Describe the solution you'd like
Multi should also be available for create, although it is no extra documentation endpoint like the others. It could still be documented for OpenAPI 3 using the oneOf option keyword.
Additional context
Originally requested in #218.
The text was updated successfully, but these errors were encountered: