Commit 19f5334
committed
fix: prefix project_uid with "project:" for query service Parent field
The query service Parent parameter requires a typed reference in the
form "<type>:<id>" (validated by regexp ^[a-zA-Z]+:[a-zA-Z0-9_-]+$).
Passing a bare UUID causes a 400 BadRequest.
Also update the project_uid arg description to clarify it takes a
plain UID (the tool handles the prefix internally).
🤖 Generated with [GitHub Copilot](https://github.com/features/copilot) (via Zed)
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>1 parent 433d19d commit 19f5334
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
0 commit comments