apply

@MustBeClosed
open suspend fun apply(authRuleToken: String, params: AuthRuleV2ApplyParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<V2ApplyResponse>

Deprecated

deprecated

Returns a raw HTTP response for post /v2/auth_rules/{auth_rule_token}/apply, but is otherwise the same as V2ServiceAsync.apply.


@MustBeClosed
abstract suspend fun apply(params: AuthRuleV2ApplyParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<V2ApplyResponse>

Deprecated

deprecated

See also