Fix VM API reference to use app.prod.validmind.ai#1360
Conversation
The VM API swagger and server URLs moved from api.prod to app.prod; update the RapiDoc page and Makefile fetch target so /reference/vm-api.html loads correctly. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Pull requests must include at least one of the required labels: |
|
|
PR SummaryThe changes in this PR update the VM API endpoints from using the domain
These changes are intended to point the tooling and documentation to the current API infrastructure without altering the underlying API functionalities or data schemas. Test Suggestions
|
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
Summary
/reference/vm-api.htmlRapiDocspec-url,server-url, anddefault-api-serverfromapi.prod.validmind.aitoapp.prod.validmind.aiget-api-jsonMakefile target so local swagger downloads use the same hostTest plan
make get-api-jsoninsite/and verifyreference/vm-api-swagger.jsondownloads successfullyMade with Cursor