Update api generation workflow (#190)

This commit is contained in:
pascal-fischer
2024-05-15 21:47:49 +02:00
committed by GitHub
parent 94780de0f2
commit 503696de09
14 changed files with 143 additions and 96 deletions

View File

@@ -45,7 +45,7 @@ import json
url = "https://api.netbird.io/api/groups"
headers: {
headers = {
'Accept': 'application/json',
'Authorization': 'Token <TOKEN>'
}
@@ -278,7 +278,7 @@ payload = json.dumps({
"ch8i4ug6lnn4g9hqv7m1"
]
})
headers: {
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json',
'Authorization': 'Token <TOKEN>'
@@ -509,7 +509,7 @@ import json
url = "https://api.netbird.io/api/groups/{groupId}"
headers: {
headers = {
'Accept': 'application/json',
'Authorization': 'Token <TOKEN>'
}
@@ -746,7 +746,7 @@ payload = json.dumps({
"ch8i4ug6lnn4g9hqv7m1"
]
})
headers: {
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json',
'Authorization': 'Token <TOKEN>'
@@ -975,7 +975,7 @@ import json
url = "https://api.netbird.io/api/groups/{groupId}"
headers: {
headers = {
'Authorization': 'Token <TOKEN>'
}