{ "opencollection": "1.0.0", "info": { "name": "Jungle admin profile API", "version": "v1" }, "items": [ { "info": { "name": "profile", "type": "folder" }, "items": [ { "info": { "name": "profile_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/profile", "params": [ { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "perPage", "value": "", "type": "query", "description": "Number of results to return per page." } ] } }, { "info": { "name": "profile_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/profile" } }, { "info": { "name": "profile_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/profile/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this job seeker profile." } ] } }, { "info": { "name": "profile_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/profile/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this job seeker profile." } ] } }, { "info": { "name": "profile_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/profile/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this job seeker profile." } ] } }, { "info": { "name": "profile_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/profile/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this job seeker profile." } ] } } ] } ], "bundled": true }