mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
Merge pull request #5611 from insertish/docs/scripting-tag-schema
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
test / Linux Go 1.23.x (push) Has been cancelled
test / Linux Go 1.24.x (push) Has been cancelled
test / Linux (race) Go 1.25.x (push) Has been cancelled
test / Windows Go 1.25.x (push) Has been cancelled
test / macOS Go 1.25.x (push) Has been cancelled
test / Linux Go 1.25.x (push) Has been cancelled
test / Cross Compile for subset 0/3 (push) Has been cancelled
test / Cross Compile for subset 1/3 (push) Has been cancelled
test / Cross Compile for subset 2/3 (push) Has been cancelled
test / lint (push) Has been cancelled
test / docker (push) Has been cancelled
Create and publish a Docker image / provenance (push) Has been cancelled
test / Analyze results (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
test / Linux Go 1.23.x (push) Has been cancelled
test / Linux Go 1.24.x (push) Has been cancelled
test / Linux (race) Go 1.25.x (push) Has been cancelled
test / Windows Go 1.25.x (push) Has been cancelled
test / macOS Go 1.25.x (push) Has been cancelled
test / Linux Go 1.25.x (push) Has been cancelled
test / Cross Compile for subset 0/3 (push) Has been cancelled
test / Cross Compile for subset 1/3 (push) Has been cancelled
test / Cross Compile for subset 2/3 (push) Has been cancelled
test / lint (push) Has been cancelled
test / docker (push) Has been cancelled
Create and publish a Docker image / provenance (push) Has been cancelled
test / Analyze results (push) Has been cancelled
docs: correct the schema provided for tag summary
This commit is contained in:
commit
d681b8af5e
1 changed files with 5 additions and 5 deletions
|
|
@ -810,11 +810,11 @@ Changed
|
|||
Summary
|
||||
^^^^^^^
|
||||
|
||||
+----------------------------+-----------------------------------+--------+
|
||||
| ``message_type`` | Always "summary" | string |
|
||||
+----------------------------+-----------------------------------+--------+
|
||||
| ``changed_snapshot_count`` | Total number of changed snapshots | int64 |
|
||||
+----------------------------+-----------------------------------+--------+
|
||||
+-----------------------+-----------------------------------+--------+
|
||||
| ``message_type`` | Always "summary" | string |
|
||||
+-----------------------+-----------------------------------+--------+
|
||||
| ``changed_snapshots`` | Total number of changed snapshots | int64 |
|
||||
+-----------------------+-----------------------------------+--------+
|
||||
|
||||
version
|
||||
-------
|
||||
|
|
|
|||
Loading…
Reference in a new issue