The documentation for KVM entry POST states that “…, it updates the entries if they exist, or adds them if they do not exist.” When attempting to use this endpoint to create a KVM entry that does not already exist I am receiving the following error: keyvaluemap.service.keyvaluemap_entry_doesnt_exist. This is expected, the key does not exist, but the documentated behavior says it should create the key in this case.
Is the documentation incorrect, or is there an issue in my usage?