Description
After making changes to your project you must publish the changes to our CDN so that they will take effect. This API publishes all projects with unpublished changes.
After making changes to your project you must publish the changes to our CDN so that they will take effect. This API publishes all projects with unpublished changes.
http://api.fonts.com/rest/{format}/Publish/
xml or json
GET
<Publish> <PublishMessage>Success</PublishMessage> </Publish>
{
"Publish":{
"PublishMessage":"Success"
}
}