fix: 📝 Highlight Patch type

This commit is contained in:
Jesse Wierzbinski 2024-07-31 19:54:51 +02:00
parent 52a30d3de5
commit 82b431988c
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ This is less important for other entities, such as `User` profiles, as their con
```jsonc {{ 'title': 'Example Patch (deletes attachments from the previous page\\'s Note)' }} ```jsonc {{ 'title': 'Example Patch (deletes attachments from the previous page\\'s Note)' }}
{ {
"id": "be96bb7a-4b8e-45f9-93aa-23633eb3cfdc", "id": "be96bb7a-4b8e-45f9-93aa-23633eb3cfdc",
"type": "Patch", "type": "Patch", // [!code focus]
"uri": "https://social.lysand.org/objects/be96bb7a-4b8e-45f9-93aa-23633eb3cfdc", "uri": "https://social.lysand.org/objects/be96bb7a-4b8e-45f9-93aa-23633eb3cfdc",
"created_at": "2024-06-19T01:07:44.139Z", "created_at": "2024-06-19T01:07:44.139Z",
"patched_id": "01902e09-0f8b-72de-8ee3-9afc0cf5eae1", // [!code focus:2] "patched_id": "01902e09-0f8b-72de-8ee3-9afc0cf5eae1", // [!code focus:2]