Skip to content

Commit

Permalink
dbio.wsgi.project: tweak in-line doc to list new /owner ep capability
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Nov 19, 2024
1 parent 2507cdc commit c99d04e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/nistoar/midas/dbio/wsgi/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
``/{projid}/name`` -- :py:class:`ProjectNameHandler`
returns (GET) or updates (PUT) the user-supplied name of the record.
``/{projid}/owner`` -- :py:class:`ProjectNameHandler`
returns ID of current owner (GET) or reassigns ownership to given ID (PUT).
``/{projid}/data[/...]`` -- :py:class:`ProjectDataHandler`
returns (GET), updates (PUT, PATCH), or clears (DELETE) the data content of the record. This
implementation supports updating individual parts of the data object via PUT, PATCH, DELETE
Expand Down

0 comments on commit c99d04e

Please sign in to comment.