mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-13 19:55:20 +00:00
merge: 11.1 api update
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled
This commit is contained in:
19
docs/api.md
19
docs/api.md
@@ -129,14 +129,17 @@ the response will always be a JSON object containing the `status` key, which is
|
||||
#### output.metadata object
|
||||
all keys in this table are optional.
|
||||
|
||||
| key | type | description |
|
||||
|:------------|:---------|:-------------------------------------------|
|
||||
| `album` | `string` | album name or collection title |
|
||||
| `copyright` | `string` | copyright information or ownership details |
|
||||
| `title` | `string` | title of the track or media file |
|
||||
| `artist` | `string` | artist or creator name |
|
||||
| `track` | `string` | track number or position in album |
|
||||
| `date` | `string` | release date or creation date |
|
||||
| key | type | description |
|
||||
|:---------------|:---------|:-------------------------------------------|
|
||||
| `album` | `string` | album name or collection title |
|
||||
| `composer` | `string` | composer of the track |
|
||||
| `genre` | `string` | track's genre(s) |
|
||||
| `copyright` | `string` | copyright information or ownership details |
|
||||
| `title` | `string` | title of the track or media file |
|
||||
| `artist` | `string` | artist or creator name |
|
||||
| `album_artist` | `string` | album's artist or creator name |
|
||||
| `track` | `string` | track number or position in album |
|
||||
| `date` | `string` | release date or creation date |
|
||||
|
||||
#### audio object
|
||||
| key | type | value |
|
||||
|
||||
Reference in New Issue
Block a user