Skip to content

Add path variables documentation for HTTP client#29

Merged
Kanishkrawatt merged 1 commit intomasterfrom
mintlify/doc-pr-3575-requestly-61195
Feb 9, 2026
Merged

Add path variables documentation for HTTP client#29
Kanishkrawatt merged 1 commit intomasterfrom
mintlify/doc-pr-3575-requestly-61195

Conversation

@Kanishkrawatt
Copy link
Member

This PR adds documentation for the new path variables feature in the HTTP client. Users can now define dynamic URL paths using :variableName syntax and set values through the Params tab interface.

Files changed

  • general/api-client/send-api-request.mdx - Added path variables section with usage examples and interface details

Created by Mintlify agent

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds documentation for the HTTP client’s new “path variables” feature, explaining :variableName URL segments and how to populate them via the Params UI.

Changes:

  • Added a new “Path Variables” documentation section with an end-to-end example.
  • Documented automatic extraction of :variableName segments into the Params tab UI.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +106 to +109
| Key | Value | Description |
|-----|-------|-------------|
| userId | 123 | The user's unique identifier |
| postId | 456 | The post's unique identifier |
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table syntax uses double leading pipes (|| ...), which is not standard Markdown and may not render as a table in MDX/Mintlify. Update it to standard table formatting (single leading/trailing | per row) so it reliably renders in the docs.

Copilot uses AI. Check for mistakes.
## Path Variables

Path variables allow you to define dynamic segments in your API URL using the `:variableName` syntax. This is useful for RESTful APIs where resource identifiers are part of the URL path.

Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a language identifier (e.g., text) to fenced code blocks to ensure consistent rendering/highlighting in MDX across environments.

Copilot uses AI. Check for mistakes.
@Kanishkrawatt Kanishkrawatt merged commit 08c0028 into master Feb 9, 2026
4 checks passed
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