close
Skip to content

fix: correct Python http.client snippets in bulk user import docs#1086

Open
nick-gagliardi wants to merge 1 commit intomainfrom
fix/bulk-user-import-python-snippets
Open

fix: correct Python http.client snippets in bulk user import docs#1086
nick-gagliardi wants to merge 1 commit intomainfrom
fix/bulk-user-import-python-snippets

Conversation

@nick-gagliardi
Copy link
Copy Markdown
Contributor

Fix three broken Python code examples on the bulk user imports page:

  • Pass tenant domain to HTTPSConnection() constructor instead of empty string
  • Move domain out of request path (path should start with /api/v2/...)
  • Add actual file reading for the multipart POST payload

Description

References

Testing

Checklist

  • I've read and followed CONTRIBUTING.md.
  • I've tested the site build for this change locally.
  • I've made appropriate docs updates for any code or config changes.
  • I've coordinated with the Product Docs and/or Docs Management team about non-trivial changes.

Fix three broken Python code examples on the bulk user imports page:
- Pass tenant domain to HTTPSConnection() constructor instead of empty string
- Move domain out of request path (path should start with /api/v2/...)
- Add actual file reading for the multipart POST payload
@nick-gagliardi nick-gagliardi requested a review from a team as a code owner April 30, 2026 19:04
@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Apr 30, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
auth0 🟢 Ready View Preview Apr 30, 2026, 7:09 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@github-actions
Copy link
Copy Markdown

Summary

Status Count
🔍 Total 16
✅ Successful 2
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 14
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0
Full Github Actions output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant