mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 📝 Highlight Patch type
This commit is contained in:
parent
52a30d3de5
commit
82b431988c
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue