Forgot to back up yesterday. Made some Anthology template changes. A new notes. Cleaning up TODOs.
This commit is contained in:
27
Scripts/API_Tests/bulk_course_property.py
Normal file
27
Scripts/API_Tests/bulk_course_property.py
Normal file
@ -0,0 +1,27 @@
|
||||
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user