From e121238f1ecd86883bca281dc89a42eff72e8f60 Mon Sep 17 00:00:00 2001 From: Falmer Date: Tue, 3 Feb 2026 11:52:20 +0300 Subject: [PATCH] Update music-track-service markdown --- music-track-service/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/music-track-service/index.md b/music-track-service/index.md index c9bcabe..763f7b6 100644 --- a/music-track-service/index.md +++ b/music-track-service/index.md @@ -15,7 +15,7 @@ Accept: application/json #### Пример тела запроса -```json +```json title=Request\sBody\sExample { "title": "My Track Title", "author": "Me", @@ -25,7 +25,7 @@ Accept: application/json #### Пример ответа -```json +```json title=Response\u0020Body\u0020Example { "id": 1, "title": "My Track Title", @@ -47,7 +47,7 @@ GET /api/tracks/{id} HTTP/1.1 #### Пример ответа -```json +```json title=Response BodyExample { "id": 1, "title": "My Track Title",