Forgot to back up yesterday. Made some Anthology template changes. A new notes. Cleaning up TODOs.

This commit is contained in:
Norm Rasmussen
2023-07-14 09:46:18 -04:00
parent 473f88a940
commit 38d99a617f
160 changed files with 2812 additions and 0 deletions

View 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",