Path Parameters
Response
200 - text/plain
successful operation
The response is of type string.
import requests
url = "http://api/apollo/webapps/type/admin/configs/{id}/war/manifest"
response = requests.get(url)
print(response.text)"<string>"import requests
url = "http://api/apollo/webapps/type/admin/configs/{id}/war/manifest"
response = requests.get(url)
print(response.text)"<string>"successful operation
The response is of type string.
Was this page helpful?