Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qwilt Publishing Operations API

Publish, un-publish, republish and cancel operations

Qwilt Publishing Operations API is one of 6 APIs that Qwilt publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Publishing Operations. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 5 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against a single base URL, https://cert-manager.cqloud.com.

6 operations 5 paths 1 schemas 2 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://media-sites.cqloud.com
Authentication
API Key, HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 2

Qwilt Publishing Operations API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth). It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • apiKeyAuth — API key sent as Authorization: X-API-KEY .
  • bearerAuth — Bearer token from the login service (cqloudLoginToken).

Paths & Operations 6

Across 5 paths, the API surfaces 6 operations — 2 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Publishing Operations 6

Publish, un-publish, republish and cancel operations

GET
/api/v2/sites/{siteId}/publishing-operations
List publishing operations
listPublishingOperations 1 param → 200401
POST
/api/v2/sites/{siteId}/publishing-operations
Publish a site configuration
createPublishingOperation 1 param body → 201400401
GET
/api/v2/sites/{siteId}/publishing-operations/{publishId}
Get a publishing operation
getPublishingOperation 2 params → 200401404
POST
/api/v2/sites/{siteId}/publishing-operations/actions/un-publish
Un-publish a site
unpublishSite 1 param → 200401
POST
/api/v2/sites/{siteId}/publishing-operations/actions/republish
Republish a site
republishSite 1 param → 200401
POST
/api/v2/sites/{siteId}/publishing-operations/{publishId}/actions/cancel
Cancel a publishing operation
cancelPublishingOperation 2 params → 200401404

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is PublishingOperation (4 properties). Each schema is shown below with its type and property counts.

PublishingOperation
object
A publish / un-publish / republish operation on a site.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qwilt-publishing-operations-api-openapi.yml Raw ↑

Other APIs Qwilt publishes across the network.

Qwilt Certificate Templates API
Qwilt Certificates API
Qwilt Origin Allow List API
Qwilt Site Configurations API
Qwilt Sites API