Fix Tailscale default app and Zulip metadata fetch
This commit is contained in:
parent
44f437c33c
commit
7567ab194b
2 changed files with 2 additions and 1 deletions
|
|
@ -308,6 +308,7 @@ existing_application="$(
|
|||
|
||||
if [[ -n "$existing_application" ]]; then
|
||||
application_pk="$(printf '%s\n' "$existing_application" | jq -r '.pk')"
|
||||
api PATCH "/api/v3/core/applications/${application_slug}/" "$application_payload" >/dev/null
|
||||
else
|
||||
create_application_result="$(
|
||||
api_with_status POST "/api/v3/core/applications/" "$application_payload"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue