Added endpoints
Analytics
POST /api/v2/analytics/url/generate
- Generates the analytics url.
User Profile
GET /api/v2/user-profile/configuration
- Gets the configuration for the currently logged user.
PUT /api/v2/user-profile/configuration
- Updates the configuration for the currently logged user.
Users
POST /api/v2/users/change-password
- Replaces a user expired password.
Changed parameters
DELETE /api/v2/roles/{role-id}/project-permissions/bulk
- The parameter
X-Irius-Async
has been added.
GET /api/v2/audit-logs/types
- The parameter
filter
has been added.
- The parameter
size
has been added.
- The parameter
page
has been added.
- The parameter
sort
has been added.
POST /api/v2/roles/{role-id}/global-permissions/bulk
- The parameter
X-Irius-Async
has been added.
DELETE /api/v2/roles/{role-id}/global-permissions/bulk
- The parameter
X-Irius-Async
has been added.
POST /api/v2/projects/{project-id}/reports/generate
- The parameter
X-Irius-Async
has been added.
POST /api/v2/roles/{role-id}/project-permissions/bulk
- The parameter
X-Irius-Async
has been added.
Changed request bodies
PUT /api/v2/custom-fields/{custom-field-id}
- The property
after
is now required.
- The property
defaultValue
is now required.
- The property
description
is now required.
- The property
groupId
is now required.
- The property
maxSize
is now required.
- The property
regexValidator
is now required.
PUT /api/v2/workflow
- The property
deleteReplacements
is now required.
PUT /api/v2/roles/{role-id}
- The property
description
is now required.
PUT /api/v2/custom-fields/types/{custom-field-type-id}/values/{custom-field-type-value-id}
- The property
after
is now required.
POST /api/v2/custom-fields/types/{custom-field-type-id}/values
- The property
after
is now required.
POST /api/v2/roles/{role-id}/global-permissions/bulk
- The property
permissions
is now required.
PUT /api/v2/ui/settings
- The property
showReleaseNotes
has been removed.
PUT /api/v2/business-units/{business-unit-id}
- The property
description
is now required.
PUT /api/v2/custom-fields/groups/{custom-field-group-id}
- The property
after
is now required.
PUT /api/v2/custom-fields/types/{custom-field-type-id}
- The property
description
is now required.
POST /api/v2/roles/{role-id}/project-permissions/bulk
- The property
permissions
is now required.
POST /api/v2/roles
- The property
description
is now required.
Comments
0 comments
Article is closed for comments.