File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 CHANGED_FILE="masking/semantic-type.json"
6464 echo "Processing: $CHANGED_FILE"
6565
66- response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/settings/bb.workspace.semantic-types?allow_missing=true " \
66+ response=$(curl -s -w "\n%{http_code}" --request PATCH "${{ steps.bytebase-login.outputs.api_url }}/settings/bb.workspace.semantic-types" \
6767 --header "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
6868 --header "Content-Type: application/json" \
6969 --data @"$CHANGED_FILE")
Original file line number Diff line number Diff line change 1515 },
1616 {
1717 "id" : " e8d3fd41-eba0-4afd-ae0f-32c91a4ee710" ,
18- "title" : " Personal sensitive data" ,
18+ "title" : " Personal sensitive data x " ,
1919 "description" : " Custom semantic type with full masking for personal sensitive data" ,
2020 "algorithm" : {
2121 "fullMask" : {
You can’t perform that action at this time.
0 commit comments