1Password / connect

Access your 1Password secrets using a 1Password Connect Server
https://developer.1password.com/docs/connect
152 stars 29 forks source link

/files is not supported in connect-api:1.2.0 #19

Closed nml11c closed 2 years ago

nml11c commented 2 years ago

Current behavior

Expected behavior

{{baseUrl}}/vaults/:vaultUuid/items/:itemUuid/files returns a list of files in an item.

Context

Image: connect-api:1.2.0

verkaufer commented 2 years ago

Hey @nml11c - You'll need to update to the v1.3.0 tag for the API and Sync containers before you can start using the /files endpoint.

File support is not available before v1.3.0. You can review the updated OpenAPI spec for more details about the /vaults/:uuid/items/:itemUuid/files endpoint here: https://github.com/1Password/connect/blob/9e454a26d51c2a82b7df12be98ef3b3b281aff24/docs/openapi/spec.yaml#L937