Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
7 Zeilen
246 B
JSON
7 Zeilen
246 B
JSON
{
|
|
"name": "my_api",
|
|
"title": "My API",
|
|
"auth_type": "none",
|
|
"endpoints": "[{\"name\":\"my_endpoint\",\"url\":\"https://endpoint.com\",\"method\":\"POST\",\"content_type\":\"application/json\",\"success_codes\":[200]}]",
|
|
"new": "true"
|
|
}
|