@objectstack/platform-objects 7.0.0 → 7.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2393,7 +2393,7 @@ var SysOauthApplication = ObjectSchema.create({
2393
2393
  locations: ["list_toolbar"],
2394
2394
  type: "api",
2395
2395
  method: "POST",
2396
- target: "/api/v1/auth/oauth2/register",
2396
+ target: "/api/v1/auth/sys-oauth-application/register",
2397
2397
  refreshAfter: true,
2398
2398
  params: [
2399
2399
  { name: "name", label: "Application Name", type: "text", required: true },