{"info":{"_postman_id":"bc7d430c-1d08-4f25-895a-90872dd55d88","name":"DishController","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18570764","collectionId":"bc7d430c-1d08-4f25-895a-90872dd55d88","publishedId":"UzBvFNMv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-29T16:40:05.000Z"},"item":[{"name":"get a Dish","id":"44b1f353-3e0d-4c6b-8d68-4712723e2a3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{localUrl}}/api/v1/dishes/<UUID>","description":"<p><strong>Action:</strong> Get a Dish Entity from the repository</p>\n<p><strong>Path required:</strong> UUID as String</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","dishes","<UUID>"],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44b1f353-3e0d-4c6b-8d68-4712723e2a3b"},{"name":"get all Dishes","id":"b5e657b1-17d8-4e4f-9214-64666c63a773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{localUrl}}/api/v1/dishes/?pageNo=0&pageSize=10&sortBy=name","description":"<p><strong>Action:</strong> Get a list of all Dish Entities from the repository</p>\n<p><strong>Path required:</strong> Optional parameters. Will use <em>default-values</em> (used as example here) if no param is used.</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","dishes",""],"host":["{{localUrl}}"],"query":[{"key":"pageNo","value":"0"},{"key":"pageSize","value":"10"},{"key":"sortBy","value":"name"}],"variable":[]}},"response":[],"_postman_id":"b5e657b1-17d8-4e4f-9214-64666c63a773"},{"name":"add Dish","id":"cad36049-d810-445f-8370-62808cf9bbed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"dishName_example_1\",\r\n   \"recipeUrl\": \"url_example_1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{localUrl}}/api/v1/dishes/","description":"<p><strong>Action:</strong> Create a new Dish Entity and store into repository</p>\n<p><strong>Path required:</strong> none</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","dishes",""],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cad36049-d810-445f-8370-62808cf9bbed"},{"name":"remove Dish","id":"fba8c8e0-4f98-427e-88d0-e78682ec70b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{localUrl}}/api/v1/dishes/<UUID>","description":"<p><strong>Action:</strong> Remove an existing Dish Entity from repository</p>\n<p><strong>Path required:</strong> UUID as String</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","dishes","<UUID>"],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fba8c8e0-4f98-427e-88d0-e78682ec70b3"},{"name":"update Dish","id":"e03af6cd-345f-4c0e-ad2a-9b41b8d0c3e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"name\": \"dishName_example_UPDATED_1\",\r\n   \"recipeUrl\": \"url_example_UPDATED_1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{localUrl}}/api/v1/dishes/<UUID>","description":"<p><strong>Action:</strong> Update fields of an existing Dish Entity from repository</p>\n<p><strong>Path required:</strong> UUID as String</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","dishes","<UUID>"],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e03af6cd-345f-4c0e-ad2a-9b41b8d0c3e6"}]}