Hi Melanie,
I do not want to pass projectId field at all (which is required field as per the screenshot you shared).
Can I pass only project name and skip projectId all-together and retrieve the project JSON.
Hi Akshay/Melanie,
I retrieved project JSON as below.
Project Json {"tenantName":"Development","created":"2019-10-31 09:08:42 EDT","permittedActions":["CreateVersion","Share","Know","Publish","Delete","Read","Update"],"tenantId":"1234567","name":"Project25","description":"Created through the REST API","userName":"TestUser","projectId":"abcdefgh","userId":"f99a9471cf374fcbb493053f5ff380e2","updated":"2019-10-31 09:08:42 EDT"}
It does not contain datasetId field and value.
So I added a key value pair for datasetId and modified JSON is as below
Project Json modified {"tenantName":"Development","created":"2019-10-31 09:08:42 EDT","permittedActions":["CreateVersion","Share","Know","Publish","Delete","Read","Update"],"tenantId":"1234567","name":"Project25","description":"Created through the REST API","datasetId":"52b861ea954c48de861e652779885a50","userName":"TestUser","projectId":"abcdefgh","userId":"f99a9471cf374fcbb493053f5ff380e2","updated":"2019-10-31 09:08:42 EDT"}
Please let me know if this is the correct process and how shall, I execute a PUT call for project with JSON object as input parameter.
Regards,
Abhijeet