fix: deprecated endpoint in Stainless config example

Replace deprecated `post /v1/models` with `get /v1/models` in the headline
example to fix Stainless Endpoint/NotFound error.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-11-13 10:51:24 +01:00
parent a58d9a65f1
commit 827cc9b9b8
No known key found for this signature in database

View file

@ -507,7 +507,7 @@ readme:
params: &ref_0 {} params: &ref_0 {}
headline: headline:
type: request type: request
endpoint: post /v1/models endpoint: get /v1/models
params: *ref_0 params: *ref_0
pagination: pagination:
type: request type: request