MSO: Refactor modules to common structure (#51354)

This PR includes:
- Various fixes to jsonpatch interface
- Added seealso: and notes: to docs
- Various improvements to docs
- A set of bugfixes found during integration tests

Full integration tests follow.
This commit is contained in:
Dag Wieers 2019-01-26 03:48:13 +01:00 committed by GitHub
commit 73636175da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 207 additions and 265 deletions

View file

@ -48,7 +48,7 @@ options:
choices: [ absent, present, query ]
default: present
notes:
- This module cannot create empty schemas (i.e. schemas without templates).
- Due to restrictions of the MSO REST API this module cannot create empty schemas (i.e. schemas without templates).
Use the M(mso_schema_template) to automatically create schemas with templates.
seealso:
- module: mso_schema_site