Skip to content

Commit

Permalink
Fix typo in OrganizationsController.cs (#4739)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikhyaser authored Sep 6, 2024
1 parent 329eef8 commit c3ba669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ public async Task<OrganizationPublicKeyResponseModel> GetPublicKey(string id)
return new OrganizationPublicKeyResponseModel(org);
}

[Obsolete("TDL-136 Renamed to public-key (2023.8), left for backwards compatability with older clients.")]
[Obsolete("TDL-136 Renamed to public-key (2023.8), left for backwards compatibility with older clients.")]
[HttpGet("{id}/keys")]
public async Task<OrganizationPublicKeyResponseModel> GetKeys(string id)
{
Expand Down

0 comments on commit c3ba669

Please sign in to comment.