HomeGuidesAPI ReferenceChangelog
API Reference

Update an existing record.

Log in to see full request history
Path Params
int32
required

The ID of the record to update.

Body Params

The record with updated fields.

int32
boolean
string | null
string | null
string | null
string | null
string | null
string | null
double
int32 | null
Responses

400

An error occurred while retrieving the records, error will be logged

401

(1) The caller is not authenticated with RegScale.

        (2) The caller does not have one of the following roles:
        Administrator, GeneralUser, Manager, RiskUser

        (3) The caller does not have permission to update the specified record.
404

The given record ID does not exist.

422

There was an error in the validation of the record. Reasons for a record being invalid:

        - No Category

        - No Consequence

        - No Probability

        - Risk Score is less than or equal to zero

        - No parent risk provided
Language
Credentials
URL