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
Extend the GET /v1/bucket response with an additional field - appdata field.
If the GET /v1/bucket request is done with a Per-request key the response will contain appdata field with the path to the shared application folder, including the User's bucket and the correct deployment-id for the application as registered in the Core configs.
GET /v1/bucket
{
"bucket": "{application-bucket-id}",
"appdata": "files/{user-bucket-id}/appdata/{deployment-id}",
}
The text was updated successfully, but these errors were encountered:
Extend the GET /v1/bucket response with an additional field -
appdata
field.If the GET /v1/bucket request is done with a
Per-request key
the response will containappdata
field with the path to the shared application folder, including the User's bucket and the correctdeployment-id
for the application as registered in the Core configs.The text was updated successfully, but these errors were encountered: