Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 302 Bytes

File metadata and controls

16 lines (12 loc) · 302 Bytes

Example server

This is a sample server using an in-memory data store. The following 4 endpoints necessary for testing PATCH operations are implemented.

  • POST /Users
  • GET /Users/{id}
  • PATCH /Users/{id}
  • DELETE /Users/{id}

Usage

$ cd path/to/scim-patch/_example
$ go run .\...