@@ -9,7 +9,7 @@ It requires your user to have permissions to fetch, create, update or delete use
99
1010This endpoint will allow you to get the users registered in the system
1111
12- + Request (application/json)
12+ + Request (application/vnd.api.v1 + json)
1313
1414 + Headers
1515
@@ -41,7 +41,7 @@ This endpoint will allow you to get the users registered in the system
4141### Create User [POST ]
4242This endpoint will allow you to create a user in the system
4343
44- + Request (application/json)
44+ + Request (application/vnd.api.v1 + json)
4545
4646 + Headers
4747
@@ -77,7 +77,7 @@ This endpoint will allow you to get a single user
7777+ Parameters
7878 + id: `d4d42ea0-ee77-11e6-b823-6d63c6504afc` (string , required ) The user ID
7979
80- + Request (application/json)
80+ + Request (application/vnd.api.v1 + json)
8181
8282 + Headers
8383
@@ -107,7 +107,7 @@ This endpoint will allow you to update the user's information, in this case the
107107+ Parameters
108108 + id: `d4d42ea0-ee77-11e6-b823-6d63c6504afc` (string , required ) The user ID
109109
110- + Request (application/json)
110+ + Request (application/vnd.api.v1 + json)
111111
112112 + Headers
113113
@@ -142,7 +142,7 @@ This endpoint will allow you to update the user's information, please note that
142142+ Parameters
143143 + id: `d4d42ea0-ee77-11e6-b823-6d63c6504afc` (string , required ) The user ID
144144
145- + Request (application/json)
145+ + Request (application/vnd.api.v1 + json)
146146
147147 + Headers
148148
@@ -178,7 +178,7 @@ This endpoint will allow you to delete a user from the system
178178+ Parameters
179179 + id: `d4d42ea0-ee77-11e6-b823-6d63c6504afc` (string , required ) The user ID
180180
181- + Request (application/json)
181+ + Request (application/vnd.api.v1 + json)
182182
183183 + Headers
184184
0 commit comments