We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796cd92 commit d575150Copy full SHA for d575150
python-flask-directory-sync-example/app.py
@@ -52,16 +52,6 @@ def directory_groups():
52
53
return render_template('groups.html', groups=groups)
54
55
-@app.route('/update_org', methods=['GET', 'POST'])
56
-def update_org():
57
- print(request)
58
- response = workos_client.organizations.update_organization(
59
- organization="org_01FGM2T96YX19Z4HENZ1AC7848",
60
- name="Planet Express",
61
- domains=["newboom.com", "workos.com", "hotmail.com", "boom.com"]
62
- )
63
- print(json.dumps(response))
64
- return json.dumps(response)
65
66
@app.route('/webhooks', methods=['GET', 'POST'])
67
def webhooks():
0 commit comments