apiV1PublisherUploadPost

open suspend fun apiV1PublisherUploadPost(name: String? = null, publishingType: PublishingApi.PublishingTypeApiV1PublisherUploadPost? = null, bundle: InputProvider? = null): HttpResponse<String>

Upload a deployment bundle intended to be published to Maven Central.

Return

kotlin.String

Parameters

name

Deployment/bundle name, optional (will use attached file name if not present). (optional)

publishingType

Whether to have the deployment stop in the `VALIDATED` state and require a user to log in and manually approve its progression, or to automatically go directly to `PUBLISHING` when validation has passed. (optional)

bundle

(optional)