Publishing Project Changes
This call publishes changes to all the changed variables in the project that exist in the current workspace.
Example Request URL
https://<URL>/FactVariableService/publish/proj/{MODELID}/{TEMPID}/?codeduser={CODEDUSER}&varlist={varlist}&attrname={attrname}&attrval={attrval}
MODELID is the Planview Advisor project ID, and TEMPID is the project template ID. Use 0 for MODELID and specify attrname and attrvalue to identify the project by an attribute instead of project ID, as discussed in Set Values in a Project Input Table.
Example Response
The response is a JSON with the following structure:
{ success: true/false, message: <success/error message> }