pub async fn __create_subscription_impl(
state: State<AppState>,
payload: Json<CreateSubscription>,
) -> Result<Json<SubscriptionHal>, HandlerError>Expand description
Create a new subscription mapping.
Creates a new subscription mapping between a source branch and a target repository.
§Responses
201: Json
§Metadata
@tag subscriptions