Workspaces and Partitions setup with API
We are setting up Workspaces and Partitions and have the feature enabled on our instance. We currently have API code that does not use the workspaceName or partitionName parameters. Everything is working as it should.
My questions are:
1. Once we create a new Partition, will our code have to specify a partitionName, or will it interact with the Default Partition if it's not specified?
2. Once we create a new Workspace, will our code have to specify a workspaceName, or will it interact with the Default Workspace if that's not specified?