.. _link_ref: Link ======== For the data representation see :ref:`Link Representation `. .. tabularcolumns:: |l|l|l|J| +--------------------------------+--------+-------------+----------------------+ | Action | Verb | Noun | Description | +================================+========+=============+======================+ | :ref:`insert ` | POST | /links | Creates new Link. | +--------------------------------+--------+-------------+----------------------+ | :ref:`list/query ` | GET | /links | Return all Links | | | | | registered in the | | | | | UNIS instance. | +--------------------------------+--------+-------------+----------------------+ | :ref:`get ` | GET | /links/{id} | Return the Link | | | | | representation. | +--------------------------------+--------+-------------+----------------------+ | :ref:`update ` | PUT | /links/{id} | Update the specified | | | | | Link. | +--------------------------------+--------+-------------+----------------------+ | :ref:`delete ` | DELETE | /links/{id} | Delete the specified | | | | | Link. | +--------------------------------+--------+-------------+----------------------+ | :ref:`patch ` | PATCH | /links/{id} | patch the specified | | | | | Link . | +--------------------------------+--------+-------------+----------------------+ .. toctree:: :maxdepth: 3 link_list link_get link_insert link_update link_delete link_patch