-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.6.0.GA
-
None
-
- Red Hat Process Automation Manager (RHPAM);
Our documentation - 7.2. Supported Knowledge Store REST API endpoints states that the value of the description should be properly returned or configured. However, this is not the case.
An attempt to create new space with the description returns description: null - see the following:
******************************************
curl -X POST -v -u "rhpamAdmin:rhpamAdmin123!" -H "Accept:application/json" -H "Content-Type:application/json" http://localhost:8080/business-central/rest/spaces -d '
'
{"jobId":"1581516723236-2","status":"APPROVED","spaceName":"SpaceTest","owner":"rhpamAdmin","defaultGroupId":"com.test","description":null}******************************************