diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-07 11:19:16 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-07 11:19:16 +0100 |
commit | af10f895cfdd4dec328d10fbf4ac250d32d135a0 (patch) | |
tree | 321eb78e69e269f386ad66d5d6f639cdadca93b4 /doc/json-hooks-protocol.md | |
parent | bf28edb6b3ac827a421b059abfec7715f1978cb5 (diff) |
json-hooks-protocol: The "pin" field is optional
Diffstat (limited to 'doc/json-hooks-protocol.md')
-rw-r--r-- | doc/json-hooks-protocol.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/json-hooks-protocol.md b/doc/json-hooks-protocol.md index f516c1afe..ddf0fa0e3 100644 --- a/doc/json-hooks-protocol.md +++ b/doc/json-hooks-protocol.md @@ -105,7 +105,7 @@ install. Each package has the following attributes: - *id*: An unsigned integer - *version*: The version as a string - *architecture*: Architecture of the version - - *pin*: The pin priority + - *pin*: The pin priority (optional) #### Example |