Skip to content

Commit

Permalink
Fix AtlanRemoveTag method
Browse files Browse the repository at this point in the history
Signed-off-by: Karanjot Singh <[email protected]>
  • Loading branch information
0xquark committed Sep 12, 2024
1 parent a3848b5 commit c617a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlan/assets/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ func RemoveAtlanTag[T AtlanObject](
}

// Construct the API path for deleting the tag
API, _ := api.FormatPathWithParams(assetType.Name(), "classifications", classificationID)
API, _ := api.FormatPathWithParams(assetType.Name(), "classification", classificationID)

// Call the Atlan API to remove the tag
_, err = DefaultAtlanClient.CallAPI(API, queryParams, nil)
Expand Down

0 comments on commit c617a57

Please sign in to comment.