Identity/AttachedServices/StorageServerProtocol: Difference between revisions

Jump to navigation Jump to search
Line 87: Line 87:
=== GET <base-url>/<collection> ===
=== GET <base-url>/<collection> ===


Get the current version id for a specific collection.  Example:
Get the current metadata for a specific collection.  Example:


     >  GET <base-url>/<collection>
     >  GET <base-url>/<collection>
Line 95: Line 95:
     <  Content-Type: application/json
     <  Content-Type: application/json
     <  {
     <  {
     <  "version": <version id for this collection>
     <  "version": <version id for this collection>,
    <  "keyid": <key id for this collection>,
    <  "details": <details map for this collection>
     <  }
     <  }


Confirmed users
358

edits

Navigation menu