You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose run app bundle exec rake app:generate_auth_token ADMIN_NAME=Admin2 PUBLISHER_NAME=Publisher2 [email protected]
docker-compose run app bundle exec rake app:create_envelope_community -- --name cfm --default no --secured no --secured-search yes
After running the commands above in my terminal and saving the new API key that was generated, I used the API key to post a config to the new envelope community as well as a new organization. Both endpoints executed without errors:
POST /metadata/{community_name}/config
POST /metadata/organizations
Using the newly created organization's CTID, I tried using the POST /{community_name}/resources/organizations/{organization_id}/documents] endpoint to publish a resource but got a 405 method not allowed as a response.
The text was updated successfully, but these errors were encountered:
After running the commands above in my terminal and saving the new API key that was generated, I used the API key to post a config to the new envelope community as well as a new organization. Both endpoints executed without errors:
POST /metadata/{community_name}/config
POST /metadata/organizations
Using the newly created organization's CTID, I tried using the POST /{community_name}/resources/organizations/{organization_id}/documents] endpoint to publish a resource but got a 405 method not allowed as a response.
The text was updated successfully, but these errors were encountered: