Skip to content

Commit

Permalink
Merge pull request #7141 from davidradl/git7140
Browse files Browse the repository at this point in the history
git7140 match client to server endpoints
  • Loading branch information
mandy-chessell committed Nov 29, 2022
2 parents d243f2d + 833a91f commit 3e312ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ public void updateSchemaAttribute(String userId,
methodName));
requestBody.setEffectiveTime(effectiveTime);

final String urlTemplate = serverPlatformURLRoot + urlTemplatePrefix + "/schema-attribute/{2}?isMergeUpdate={3}&forLineage={4}&forDuplicateProcessing={5}";
final String urlTemplate = serverPlatformURLRoot + urlTemplatePrefix + "/schema-attributes/{2}?isMergeUpdate={3}&forLineage={4}&forDuplicateProcessing={5}";

restClient.callVoidPostRESTCall(methodName,
urlTemplate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ public ElementHeaderResponse getSchemaTypeParent(@PathVariable String
* UserNotAuthorizedException the user is not authorized to issue this request
* PropertyServerException there is a problem reported in the open metadata server(s)
*/
@PostMapping(path = "/schema-elements/{schemaElementGUID}/schema-attribute")
@PostMapping(path = "/schema-elements/{schemaElementGUID}/schema-attributes")

public GUIDResponse createSchemaAttribute(@PathVariable String serverName,
@PathVariable String userId,
Expand Down

0 comments on commit 3e312ed

Please sign in to comment.