v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1351416.6 KB
publishers

Submit the item to be published in the store. The item will be submitted for review unless skip_review is set to true, or the item is staged from a previous submission with publish_type set to STAGED_PUBLISH.

post/v2/{+name}:publish

Path parameters

namestring required

Required. Name of the item in the form publishers/{publisherId}/items/{itemId}

Request body

blockOnWarningsboolean

Optional. When set to true the request will fail if there are any warnings during validation and the details will be included in the error.details. Otherwise warnings are treated as non-blocking and will be ignored for validation but will be included in the response for inspection. Defaults to false if unset.

publishType'PUBLISH_TYPE_UNSPECIFIED' | 'DEFAULT_PUBLISH' | 'STAGED_PUBLISH'

Optional. Use this to control if the item is published immediately on approval or staged for publishing in the future. Defaults to DEFAULT_PUBLISH if unset.

skipReviewboolean

Optional. Whether to attempt to skip item review. The API will validate if the item qualifies and return a validation error if the item requires review. Defaults to false if unset.

Response

Successful response

All 5 operations