mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 04:54:42 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
7
examples/db/renameTable/curl/renameTable.sh
Executable file
7
examples/db/renameTable/curl/renameTable.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
curl "http://localhost:8080/db/RenameTable" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
||||
-d '{
|
||||
"from": "events",
|
||||
"to": "events_backup"
|
||||
}'
|
||||
Reference in New Issue
Block a user