docs(api): document host_id filtering with notin exclusion example in search offers - #926
Open
guthrie-vast wants to merge 1 commit into
Open
docs(api): document host_id filtering with notin exclusion example in search offers#926guthrie-vast wants to merge 1 commit into
guthrie-vast wants to merge 1 commit into
Conversation
… search offers host_id is filterable in offer search (including notin to exclude specific hosts) but the schema entry gave no usage guidance. Expand the property description and add an exclusion example to the operator docs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
vastzuby
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
host_idproperty description insearch_offers.yamlwith usage examples (eqfor a single host,notinto exclude hosts), plus anotinschema exampleWhy
host_idis filterable in offer search — includingnotinto exclude specific hosts — and works for any API key (verified against the live API), but the schema entry read only "Host user ID" with no hint it accepts filter operators. Users wanting to avoid particular hosts had no documented way to discover this.Companion CLI help-text PR: vast-ai/vast-cli#494
🤖 Generated with Claude Code