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 63
63
CHANGED_FILE="masking/semantic-type.json"
64
64
echo "Processing: $CHANGED_FILE"
65
65
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" \
67
67
--header "Authorization: Bearer ${{ steps.bytebase-login.outputs.token }}" \
68
68
--header "Content-Type: application/json" \
69
69
--data @"$CHANGED_FILE")
Original file line number Diff line number Diff line change 15
15
},
16
16
{
17
17
"id" : " e8d3fd41-eba0-4afd-ae0f-32c91a4ee710" ,
18
- "title" : " Personal sensitive data" ,
18
+ "title" : " Personal sensitive data x " ,
19
19
"description" : " Custom semantic type with full masking for personal sensitive data" ,
20
20
"algorithm" : {
21
21
"fullMask" : {
You can’t perform that action at this time.
0 commit comments