We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd5f68 commit ba32a48Copy full SHA for ba32a48
.github/workflows/bb-masking-3.yml
@@ -63,7 +63,7 @@ jobs:
63
CHANGED_FILE="masking/data-classification.json"
64
echo "Processing: $CHANGED_FILE"
65
66
- response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/settings/bb.workspace.data-classification?allow_missing=true" \
+ response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/settings/bb.workspace.data-classification" \
67
--header "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
68
--header "Content-Type: application/json" \
69
--data @"$CHANGED_FILE")
0 commit comments