pub async fn __update_subscription_impl(
state: State<AppState>,
__arg1: Path<i64>,
payload: Json<UpdateSubscription>,
) -> Result<Json<SubscriptionHal>, HandlerError>Expand description
Update an existing subscription.
Updates the target repository, event type, and/or GitHub App installation ID of a subscription.
§Path Parameters
id: The unique identifier of the subscription to update
§Responses
200: Json
§Metadata
@tag subscriptions