Pipe REST Endpoints

Resource/Pipe
Create, get, update and delete Pipes.
Create Pipes
Method: post
Path: /pipe
Delete a Pipe
Method: delete
Path: /pipe/{id}
Get a Pipe by ID
Method: get
Path: /pipe/{id}
Get Pipes
Method: get
Path: /pipe
Update a Pipe
Method: patch
Path: /pipe/{id}