Skip to content

Commit

Permalink
Merge pull request IQSS#10444 from IQSS/make-data-count-doc-fix
Browse files Browse the repository at this point in the history
fix bad curl url in doc
  • Loading branch information
pdurbin authored Mar 28, 2024
2 parents 834bd64 + 5150f5b commit b177bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/sphinx-guides/source/developers/make-data-count.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ APIs to manage the states include GET, POST, and DELETE (for testing), as shown

Note: ``yearMonth`` must be in the format ``yyyymm`` or ``yyyymmdd``.

``curl -X GET http://localhost:8080/api/admin/{yearMonth}/processingState``
``curl -X GET http://localhost:8080/api/admin/makeDataCount/{yearMonth}/processingState``

``curl -X POST http://localhost:8080/api/admin/{yearMonth}/processingState?state=done``
``curl -X POST http://localhost:8080/api/admin/makeDataCount/{yearMonth}/processingState?state=done``

``curl -X DELETE http://localhost:8080/api/admin/{yearMonth}/processingState``
``curl -X DELETE http://localhost:8080/api/admin/makeDataCount/{yearMonth}/processingState``

Resources
---------
Expand Down

0 comments on commit b177bef

Please sign in to comment.