„GET /service/{serviceid}/provisioning/status“ ändern

master
Thomas Brinkmann 3 years ago
parent 19ae912e81
commit 4b6273f6f7
  1. 2
      GET-%2Fservice%2F%7Bserviceid%7D%2Fprovisioning%2Fstatus.md

@ -54,7 +54,7 @@ echo $response;
##### cURL
```bash
curl --location --request GET control.local/api/v2/service/449050/provisioning/status' \
curl --location --request GET control.local/api/v2/service/12345/provisioning/status' \
--header 'X-TOKEN: test-token' \
--header 'Content-Type: application/json'
```

Loading…
Cancel
Save