Commit export template changes
This endpoint commits all changes made to the export template into a new revision.
Authorization
bearerAuth AuthorizationBearer <token>
ProductsUp Keycloak JWT bearer token.
In: header
Path Parameters
id*string
Export id.
Header Parameters
X-Channel-Template-Context?string
Name of channel template context to process request against.
Response Body
application/json
application/json
curl -X POST "https://export-template-api.productsup.com/V1/export-templates/string/commit"{
"data": {
"revisionId": "01977d42-b51d-70b4-afed-b5522b5ce896"
}
}{
"errors": {
"message": "Resource access denied."
}
}How is this guide?