Ion C.

Results 4 comments of Ion C.

Actually you can use `param_type` option: ```rb optional :ids, type: [Integer], default: [], documentation: { param_type: 'query' } ```

Using this workaround for now ```ts const subscription = consumer.subscriptions.create(...createArgs) const subscriptionExists = consumer.subscriptions["findAll"](subscription.identifier).length > 1 if (subscriptionExists) { consumer.subscriptions["confirmSubscription"](subscription.identifier) } ```

https://github.com/mohsen1/yawn-yaml