fix(teams): replace PATCH -> POST

POST is required to overwrite
Updated docs to reflect changes

#30 closes #29
This commit is contained in:
2024-08-21 16:05:15 +09:30
parent 2d819eb462
commit 57a36103ca
2 changed files with 7 additions and 7 deletions

View File

@ -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: |-
{