port-hints: Retrofit spec to details changed during implementation

Change-Id: Ibef6bab8aee22a4bcf107db006f6dd59f3e6a009
Related-Bug: #1990842
This commit is contained in:
Bence Romsics 2023-03-30 14:22:21 +02:00
parent a0f4aa8ec9
commit 111a8f4828
1 changed files with 4 additions and 3 deletions

View File

@ -100,13 +100,14 @@ API Impact
----------
Add a new admin_only field to the port resource called ``hints``. This
field can be present in GET, POST and PUT requests. For its semantics
please see above.
field can be present in GET, POST and PUT requests. This field cannot be
longer than 4095 characters. For its semantics, please see above.
DB Impact
---------
Extend the ``ports`` table with column ``hints``.
Introduce a new table ``porthints`` and autojoin it with the ``ports``
table.
Client Impact
-------------