You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/nwsc_proxy/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,8 @@ On startup, the service creates 'existing' and 'new' subdirectories at the path
86
86
- Get only new (never before processed) Support Profiles. After a profile is returned to any API request, it will disappear from the "new" list, only appearing in `status=existing` filter requests.
87
87
- POST `/all-events`
88
88
- Create a new Support Profile to be stored by the API. The body of the request will be the JSON saved--the `id` field should be unique.
89
+
- PATCH `/all-events?uuid=<some id>`
90
+
- Update (complete JSON, or partial) an existing Support Profile from the API. `uuid` must match one of the saved Support Profile JSON's `id` attribute, otherwise it will return `404`.
89
91
- DELETE `/all-events?uuid=<some id>`
90
92
- Permanently remove an existing Support Profile from the API. `uuid` must match one of the saved Support Profile JSON's `id` attribute, otherwise it will return `404`.
0 commit comments