CreateSpace URI POST /alfresco/service/flexspaces/createSpace?parentpath={parentPath}&sn={spaceName}&st={spaceTitle?}&sd={spaceDesc?}&t={templateId?}&icon={iconName?}
Result that I am getting Here's the response when I run the curl command above:
<?xml version="1.0" encoding="UTF-8"?> <result> <status>Space must have a Name</status>
false
</result>'sn' is not recognized as an internal or external command, operable program or batch file.
Question Why am I getting the response 'sn' "is not recognized as an internal or external command"? I think I'm doing something wrong.