Skip to content

Commit

Permalink
updating upload portal documentation too
Browse files Browse the repository at this point in the history
  • Loading branch information
ryana-ccbill committed Jul 28, 2024
1 parent 5f6d071 commit 251e6ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions automation/upload_portal_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ def main():
# Add Auth Header by default to all requests.
REQUEST.headers.update({'Authorization': 'Bearer {}'.format(access_token)})

# This seems to be expected as of 26/7/2024
REQUEST.cookies.update({'access_token': access_token})

#Check portal and add it if not present
current_portal = apigee_portal.get_portal(REQUEST, org_name, portal)

Expand Down

0 comments on commit 251e6ef

Please sign in to comment.