Python
import requests url = "https://{FUSION HOST}/api/roles/{id}" payload = { "name": "<string>" } headers = {"Content-Type": "application/json"} response = requests.put(url, json=payload, headers=headers) print(response.json())
Show child attributes
Role ID not found.
Was this page helpful?