Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 1a70cfb68220f26afa2fe233aefac37bf3d802ee
https://github.com/Checkmk/checkmk/commit/1a70cfb68220f26afa2fe233aefac37bf…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M cmk/gui/openapi/restful_objects/code_examples.py
Log Message:
-----------
code_examples: need to account for null values
It is perfectly valid to have a null value in the request body. To
verify that this is the proper syntax for `httpie` CLI, run the
following command:
$ http --offline --print=B pie.dev/post foo:=null
Change-Id: I68e721e82461ca7242d0aa0023aa19eaef2e163e
Commit: 7a63e2257fff75194ea182f892f97d90bb6f4537
https://github.com/Checkmk/checkmk/commit/7a63e2257fff75194ea182f892f97d90b…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-10-21 (Mon, 21 Oct 2024)
Changed paths:
M cmk/gui/openapi/restful_objects/code_examples.py
Log Message:
-----------
code_examples: use JsonSerializable type from utils
Change-Id: I00057b1c38a325de246d089197c5ccc40f51c2ca
Compare:
https://github.com/Checkmk/checkmk/compare/171455b110c3...7a63e2257fff
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications