fix(teams): replace PATCH -> POST
POST is required to overwrite Updated docs to reflect changes #30 closes #29
This commit is contained in:
@ -198,11 +198,11 @@
|
||||
{{ nfc_pb_disable_log | default(true) }}
|
||||
|
||||
|
||||
- name: Patch team permissions
|
||||
- name: Replace team permissions
|
||||
ansible.builtin.uri:
|
||||
url: |-
|
||||
{{ item.url }}permissions
|
||||
method: PATCH
|
||||
method: POST
|
||||
body_format: json
|
||||
body: "{{ item.permissions }}"
|
||||
headers:
|
||||
@ -219,11 +219,11 @@
|
||||
{{ nfc_pb_disable_log | default(true) }}
|
||||
|
||||
|
||||
- name: Patch team notes
|
||||
- name: replace team notes
|
||||
ansible.builtin.uri:
|
||||
url: |-
|
||||
{{ item.url }}
|
||||
method: PATCH
|
||||
method: POST
|
||||
body_format: json
|
||||
body: |-
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user