Skip to content

Commit b177bef

Browse files
authored
Merge pull request IQSS#10444 from IQSS/make-data-count-doc-fix
fix bad curl url in doc
2 parents 834bd64 + 5150f5b commit b177bef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/sphinx-guides/source/developers/make-data-count.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ APIs to manage the states include GET, POST, and DELETE (for testing), as shown
111111

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

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

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

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

120120
Resources
121121
---------

0 commit comments

Comments
 (0)