From 2389b3b98fe1ef72fb43343e476d9ce1a6372a82 Mon Sep 17 00:00:00 2001 From: Nelson PROIA Date: Thu, 21 May 2026 14:02:01 +0200 Subject: [PATCH] docs: sync accesses delete description with current spec The persistent-edits baseline in .speakeasy/gen.lock anchors this paragraph to text that the upstream OpenAPI spec has since updated (typo fix and deprecation warning). Every speakeasy run produces a 3-way merge conflict on this single line, blocking the entire mistralai-sdk gen workflow. Updating the file in-tree re-anchors the persistent edit so the next gen run can proceed cleanly and produce a normal regen PR with the accumulated spec changes. --- docs/sdks/accesses/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/accesses/README.md b/docs/sdks/accesses/README.md index 09515e0b..51a63779 100644 --- a/docs/sdks/accesses/README.md +++ b/docs/sdks/accesses/README.md @@ -98,7 +98,7 @@ with Mistral( ## delete -Given a library id, you can delete the access level of an entity. An owner cannot delete its own access. You have to be the owner of the library to delete an access other than yours. +Given a library id, you can delete the access level of an entity. An owner cannot delete their own access. You have to be the owner of the library to delete an access other than yours. Warning: the response will change from 200 (returning the deleted sharing) to 204 No Content in a future version. ### Example Usage