I followed https://www.elastic.co/guide/en/kibana/7.1/spaces-api-post.html page to create space in Kibana. The space is getting created without any error but not able to see those spaces in UI. Even space created through UI is not showing up in GET command
Steps to reproduce:
- Create space using API call (POST /api/spaces/space)
- Open Kibana UI and navigate to Spaces
- Newly created space is not visible.
If I try to add a new space through api again it's updating my existing space which i have created in step#1