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 ?public endpoints in our swagger documentation are causing confusion even internally. So it likely follows that this is confusing to our users also.
The query parameter is not used anywhere. It’s purpose is solely to define different endpoint behaviours when the caller is trusted vs. untrusted.
We can improve our swagger documentation so that this distinction is made in the endpoint description.
Here is a list of endpoints that need updating:
GET /1.0
POST /1.0/auth/identities/tls
POST /1.0/certificates
GET /1.0/images/{fingerprint}/export
GET /1.0/images/{fingerprint}
GET /1.0/images/aliases/{name}
GET /1.0/images
GET /1.0/images?recursion=1
GET /1.0/operations/{id}/wait
GET /1.0/operations/{id}/websocket
The text was updated successfully, but these errors were encountered:
The ?public endpoints in our swagger documentation are causing confusion even internally. So it likely follows that this is confusing to our users also.
The query parameter is not used anywhere. It’s purpose is solely to define different endpoint behaviours when the caller is trusted vs. untrusted.
We can improve our swagger documentation so that this distinction is made in the endpoint description.
Here is a list of endpoints that need updating:
GET /1.0
POST /1.0/auth/identities/tls
POST /1.0/certificates
GET /1.0/images/{fingerprint}/export
GET /1.0/images/{fingerprint}
GET /1.0/images/aliases/{name}
GET /1.0/images
GET /1.0/images?recursion=1
GET /1.0/operations/{id}/wait
GET /1.0/operations/{id}/websocket
The text was updated successfully, but these errors were encountered: