.. _path_ref: Path ==== For the data representation see :ref:`Path Representation `. +--------------------------------+--------+--------------+---------------------+ | Action | Verb | Noun | Description | +================================+========+==============+=====================+ | :ref:`insert ` | POST | /paths/ | Creates new Path(s).| | | | | | +--------------------------------+--------+--------------+---------------------+ | :ref:`list/query ` | GET | /paths | Return all Paths | | | | | registered in the | | | | | UNIS instance. | +--------------------------------+--------+--------------+---------------------+ | :ref:`get ` | GET | /paths/{id} | Return Path | | | | | representation. | +--------------------------------+--------+--------------+---------------------+ | :ref:`update ` | PUT | /paths/{id} | Update the | | | | | specified Path. | +--------------------------------+--------+--------------+---------------------+ | :ref:`delete ` | DELETE | /paths/{id} | Delete the | | | | | specified Path. | +--------------------------------+--------+--------------+---------------------+ | :ref:`patch ` | PATCH | /paths/{id} | patch the | | | | | specified Path. | +--------------------------------+--------+--------------+---------------------+ .. toctree:: :maxdepth: 3 path_list path_get path_insert path_update path_delete path_patch