mirror of
https://github.com/google/nomulus
synced 2026-08-02 13:26:09 +00:00
Change syncRemoteTask scheduled task to be a POST (#3185)
Turns out before we were using GET for everything. The action is, and should remain, a POST on the back end so let's call that.
This commit is contained in:
+1
@@ -326,6 +326,7 @@
|
||||
<task>
|
||||
<url><![CDATA[/_dr/task/syncRemoteCache]]></url>
|
||||
<name>syncRemoteCache</name>
|
||||
<method>POST</method>
|
||||
<description>
|
||||
Syncs remote (Valkey/Redis) EPP resource caches with changes made recently.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user