As per API doc, connection creation doesn't ask `w...
# contributing-to-airbyte
s
As per API doc, connection creation doesn't ask
workspaceId
, (https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/create) while, there is a
workspaceId
required for fetching list of connections? (https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/list) How the default is picked up for workspaceId in API of connection create? Is there any update on connection create API which has included workspaceId.
u
Hi Sandeep, that's because the created connection is automatically associated with its Source's workspace. This is why
list
works the way it does
u
Is this stopping you from doing something?
u
Oh. I see! makes sense, thanks
u
If you could update rapidocs documentation, that would be great to understand this little puzzle 😃