Skip to content

Commit d445ef9

Browse files
authored
Update URLs (#92)
1 parent 12f21fb commit d445ef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PostmanCollection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"method": "GET",
111111
"header": [],
112112
"url": {
113-
"raw": "{{Protocol}}://{{Server}}{{Port}}/{{Api}}/users",
113+
"raw": "{{Protocol}}://{{Server}}{{Port}}/{{Api}}/Users",
114114
"protocol": "{{Protocol}}",
115115
"host": [
116116
"{{Server}}{{Port}}"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The reference code provided in this repository will help you get started buildin
2727

2828
|Endpoint|Description|
2929
|---|---|
30-
|/User|**Perform CRUD operations on a user resource:** <br/> 1. Create <br/> 2. Update <br/> 3. Delete <br/> 4. Get <br/> 5. List <br/> 6. Filter|
31-
|/Group|**Perform CRUD operations on a group resource:** <br/> 1. Create <br/> 2. Update <br/> 3. Delete <br/> 4. Get <br/> 5. List <br/> 6. Filter |
30+
|/Users|**Perform CRUD operations on a user resource:** <br/> 1. Create <br/> 2. Update <br/> 3. Delete <br/> 4. Get <br/> 5. List <br/> 6. Filter|
31+
|/Groups|**Perform CRUD operations on a group resource:** <br/> 1. Create <br/> 2. Update <br/> 3. Delete <br/> 4. Get <br/> 5. List <br/> 6. Filter |
3232
|/Schemas|**Retrieve one or more supported schemas.**<br/>The set of attributes of a resource supported by each service provider can vary. (e.g. Service Provider A supports “name”, “title”, and “emails” while Service Provider B supports “name”, “title”, and “phoneNumbers” for users).|
3333
|/ResourceTypes|**Retrieve supported resource types.**<br/>The number and types of resources supported by each service provider can vary. (e.g. Service Provider A supports users while Service Provider B supports users and groups).|
3434
|/ServiceProviderConfig|**Retrieve service provider's SCIM configuration**<br/>The SCIM features supported by each service provider can vary. (e.g. Service Provider A supports Patch operations while Service Provider B supports Patch Operations and Schema Discovery).|

0 commit comments

Comments
 (0)