Support slash-containing names in prompt template and workflow API identifiers#319
Support slash-containing names in prompt template and workflow API identifiers#319bb220 wants to merge 2 commits into
Conversation
…late and workflow identifiers
…late and workflow identifiers
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 56d89cf980
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "patch": { | ||
| "summary": "Edit Evaluation Pipeline Column", | ||
| "operationId": "editReportColumn", | ||
| "/datasets": { |
There was a problem hiding this comment.
Restore full OpenAPI path set before merging
This change replaces the public API surface with a much smaller, different path set (for example introducing unversioned "/datasets" here while removing existing published endpoints like "/api/public/v2/datasets", "/api/public/v2/evaluations", and workflow lookup routes). That is a breaking contract regression for docs and generated clients, and it goes far beyond the stated identifier-description update; please restore the prior path inventory and apply only the targeted parameter text edits.
Useful? React with 👍 / 👎.
Prompt templates and workflows now support forward slashes in their names (e.g.
team/my-prompt,org/team/my-workflow). This updates the OpenAPI spec to reflect that capability in the path parameter descriptions for the affected endpoints.Changes
Updated the
identifierpath parameter description on:GET /prompt-templates/{identifier}POST /prompt-templates/{identifier}PATCH /rest/prompt-templates/{identifier}Updated the
workflow_id_or_namepath parameter description on:GET /workflows/{workflow_id_or_name}GET /workflows/{workflow_id_or_name}/labelsPATCH /rest/workflows/{workflow_id_or_name}Each description now notes that names may contain forward slashes (e.g.
team/my-prompt).Related
promptlayer-app PR #960 — Fix: support slash-containing names in prompt template and workflow path segments
Generated by Claude Code