kits/:kit/publish

Kit publishing endpoint.

Kit publishing happens asynchronously, so a new kit will not be available immediately after this request returns. Under normal situations it can take up to a minute for a new kit to be available from our CDN. Changes to existing kits can sometimes take up to 5 minutes to be reflected.

Request methods

POST
Publishes the current draft version of a kit

Parameters

Path parameters:

:kit
The kit ID

Examples

$ curl -s -H $tk_auth -X POST https://typekit.com/api/v1/json/kits/nfx3ygt/publish | jsonpretty
{
  "published": "2010-05-20T21:19:21Z"
}