DevCamper API - JSW

Boot Camps 5

Headers
KeyValueDescription
Content-Typeapplication/json

JSON Header Type

Body
{"name": "Jeff's Bootcamp with modified name"}
Headers
KeyValueDescription
Content-Typeapplication/json

JSON Header Type

Body
{ "name": "Jeff's Bootcamp 03<script>Bad stuff</script>", "description": "Jeff's Bootcamp is a full stack JavaScript Bootcamp located in the heart of Boston that focuses on the technologies you need to get a high paying job as a web developer", "website": "https://devworks.com", "phone": "(111) 111-1111", "email": "enroll@devworks.com", "address": "233 Bay State Rd Boston MA 02215", "careers": ["Web Development", "UI/UX", "Business"], "housing": true, "jobAssistance": true, "jobGuarantee": false, "acceptGi": true }

Authentication 8

Headers
KeyValueDescription
Content-Typeapplication/json
Body
{ "userNameStr": "Admin03" ,"userPasswordStr": "GetStuffed" ,"userEmailAddressStr": "Admin03@A.com" ,"userRoleStr": "Admin" }
Headers
KeyValueDescription
Content-Typeapplication/json
Body
{ "userEmailAddressStr": "admin03@b.com" ,"userPasswordStr": "123456" }
Headers
KeyValueDescription
Content-Typeapplication/json
Headers
KeyValueDescription
Content-Typeapplication/json
Headers
KeyValueDescription
Content-Typeapplication/json
Body
{"userEmailAddressStr": "publisher@a.com"}
Headers
KeyValueDescription
Content-Typeapplication/json
Body
{"newUserPasswordStr": "098765"}
Headers
KeyValueDescription
Content-Typeapplication/json

JSON Header Type

Body
{"newUserNameStr": "Jeffrey the Great" ,"newUserEmailAddressStr": "JeffreyTheGreat@b.com" }
Headers
KeyValueDescription
Content-Typeapplication/json

JSON Header Type

Body
{"currentUserPasswordStr": "GetStuffed" ,"newUserPasswordStr": "123456"}

User Administration 5

Headers
KeyValueDescription
Content-Typeapplication/json
Body
{ "userNameStr": "Agent99" ,"userPasswordStr": "GetStuffed" ,"userEmailAddressStr": "Agent99@A.com" ,"userRoleStr": "User" }
Headers
KeyValueDescription
Content-Typeapplication/json

JSON Header Type

Body
{"newUserNameStr": "Agent 99 + 1" ,"newUserEmailAddressStr": "agent100@b.com" }