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
The SDK uses the default organization ID to fill the organization query param and set the public query param to true of the /instance/v1/zones/fr-par-1/images endpoint.
GET /instance/v1/zones/fr-par-1/images?organization={ORG_ID}&public=true
Therefore, the API returns all the public images from the user default organization. The default behavior that we want for this method is to return all the public Scaleway images.
We need to make this call by default:
GET /instance/v1/zones/fr-par-1/images
The text was updated successfully, but these errors were encountered:
The SDK uses the default organization ID to fill the
organization
query param and set thepublic
query param totrue
of the/instance/v1/zones/fr-par-1/images
endpoint.Therefore, the API returns all the public images from the user default organization. The default behavior that we want for this method is to return all the public Scaleway images.
We need to make this call by default:
The text was updated successfully, but these errors were encountered: