Binders-Binder Sections

Number of APIs: 5

  1. Update Binder Section PUT https://{{vaultDNS}}/api/{{version}}/objects/binders/:{binder_id}/sections/:{node_id}

  2. Retrieve Binder Sections GET https://{{vaultDNS}}/api/{{version}}/objects/binders/:{binder_id}/sections/:{section_id}

  3. Retrieve Binder Version Section GET https://{{vaultDNS}}/api/{{version}}/objects/binders/:{binder_id}/versions/:{major_version}/:{minor_version}/sections/:{section_id}

  4. Create Binder Section POST https://{{vaultDNS}}/api/{{version}}/objects/binders/:{binder_id}/sections

  5. Delete Binder Section DELETE https://{{vaultDNS}}/api/{{version}}/objects/binders/:{binder_id}/sections/:{section_id}