Update music-track-service markdown

This commit is contained in:
2026-02-03 12:14:22 +03:00
parent 11d2855922
commit fb1d0b6537
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ Accept: application/json
#### Пример тела запроса
```json title=Request\sBody\sExample
```json title="Request Body Example"
{
"title": "My Track Title",
"author": "Me",
@@ -25,7 +25,7 @@ Accept: application/json
#### Пример ответа
```json title=Response\u0020Body\u0020Example
```json title="Response Body Example"
{
"id": 1,
"title": "My Track Title",
@@ -47,7 +47,7 @@ GET /api/tracks/{id} HTTP/1.1
#### Пример ответа
```json title=ResponseBodyExample
```json title="Response Body Example"
{
"id": 1,
"title": "My Track Title",