Files
Gainsight/Scripts/API_Tests/bulk_course_property.py

28 lines
1.1 KiB
Python

"Anthology Reach", "Anthology Radius", "Anthology Engage", "Anthology Beacon",
"Anthology Milestone", "Anthology Occupation Insight", "Anthology Raise",
"Anthology Digital Assistant", "Anthology Baseline", "Anthology Encompass",
"Anthology Talisma", "Anthology Student", "Anthology CVue", "Anthology Insight",
"Anthology Finance & HCM", "Anthology Payroll", "Anthology Academic Economics",
"Blackboard Learn", "Anthology Ally", "Anthology Course Evaluations",
"Anthology Evaluate", "Anthology Portfolio", "Anthology Program Review",
"Anthology Planning", "Anthology Accreditation", "Anthology 101",
"Academy Use and Navigation", "Data Strategy", "Faculty Development",
"Power BI", "Professional Development".
# Unsure if this can update props
import requests
url = "https://api.northpass.com/v2/properties/property_definitions/12346"
payload = { "data": { "attributes": {
"type": "list",
"name": "anthology_product",
"initial_value": "anthology default",
"display_name": "aadawd"
} } }
headers = {
"accept": "application/json",