{"info":{"_postman_id":"f3e2b7c1-ca1a-4357-b0be-1ceacc240a66","name":"quotes-api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"52828273","collectionId":"f3e2b7c1-ca1a-4357-b0be-1ceacc240a66","publishedId":"2sBXqQFy1y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-14T11:42:59.000Z"},"item":[{"name":"Getting all quotes","id":"ca6107a6-366b-4ebf-822e-b002a8370879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/quotes","urlObject":{"protocol":"http","port":"8080","path":["api","quotes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca6107a6-366b-4ebf-822e-b002a8370879"},{"name":"Adding new quote","id":"28f27dad-6f32-47ad-811c-7631bd196062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"author\": \"someone\",\r\n    \"text\": \"do great work \",\r\n    \"category\": \"Inspiration\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/quotes","urlObject":{"protocol":"http","port":"8080","path":["api","quotes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"28f27dad-6f32-47ad-811c-7631bd196062"},{"name":"Deleting a quote","id":"19b459fc-2157-4d00-8c60-5e55a1a64176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/quotes/2","urlObject":{"protocol":"http","port":"8080","path":["api","quotes","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"19b459fc-2157-4d00-8c60-5e55a1a64176"},{"name":"Updating quote by id","id":"ba6a7548-4fef-42d8-93fd-87b944918734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"author\": \"Marcus Aurelius\",\r\n    \"text\": \"The happiness of your life depends upon the quality of your thoughts.\",\r\n    \"category\": \"Philosophy\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/quotes/3","urlObject":{"protocol":"http","port":"8080","path":["api","quotes","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba6a7548-4fef-42d8-93fd-87b944918734"}]}