promote

open suspend fun promote(authRuleToken: String, params: AuthRuleV2PromoteParams = AuthRuleV2PromoteParams.none(), requestOptions: RequestOptions = RequestOptions.none()): V2PromoteResponse

Promotes the draft version of an Auth rule to the currently active version such that it is enforced in the respective stream.


abstract suspend fun promote(params: AuthRuleV2PromoteParams, requestOptions: RequestOptions = RequestOptions.none()): V2PromoteResponse
open suspend fun promote(authRuleToken: String, requestOptions: RequestOptions): V2PromoteResponse

See also