Skip to main content

Upload new form definition file.

POST 

/form-definitions/:formDefinitionID/upload

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

Parameter {formDefinitionID} should match a form definition ID.

Request

Path Parameters

    formDefinitionID stringrequired

    FormDefinitionID

    String specifying FormDefinitionID

    Example: 00000000-0000-0000-0000-000000000000

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

required

    file binaryrequired

    File specifying the multipart

Responses

Returns a new form definition file

Schema

    created string

    Created is the date the file was uploaded

    fileId string

    fileId is a unique ULID that serves as an identifier for the form definition file

    formDefinitionId string

    FormDefinitionID is a unique guid identifying this form definition

Loading...