@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.
@@ -2395,7 +2395,7 @@ var SysOauthApplication = data.ObjectSchema.create({
2395
2395
  locations: ["list_toolbar"],
2396
2396
  type: "api",
2397
2397
  method: "POST",
2398
- target: "/api/v1/auth/oauth2/register",
2398
+ target: "/api/v1/auth/sys-oauth-application/register",
2399
2399
  refreshAfter: true,
2400
2400
  params: [
2401
2401
  { name: "name", label: "Application Name", type: "text", required: true },