Property | Description |
Name | Displays the name of the REST API descriptor. |
Permissions | Click to assign or view ACL permissions to the REST API descriptor. |
Reuse | Specifies whether this element can be dragged from the CentraSite Registry Explorer view to a BPM process or CAF project. When this property is set to public, you can drag the asset to a BPM process or CAF project. When this property is set to private (the default), you cannot drag the asset to a BPM process or CAF project. All published assets are available for Impact Analysis, whether they are public or private. Note: A REST API descriptor cannot be published to CentraSite. |
Source URI | The URI of the source Swagger document used to generate the REST API descriptor. This property is not used for a REST API descriptors that is not generated from a Swagger document. |
Source URL | The URL to access the source Swagger document used to generate the REST API descriptor. This property is not used for REST API descriptors that are not generated from a Swagger document. |
Wrap response root element | Specifies whether Integration Server should wrap the output signature and generate the root element of the REST response. |
Match payload with Swagger | Specifies whether Integration Server matches the payload of REST API requests with the Swagger definition or the service input signature. When the property is set to true (the default), Integration Server matches the request payload with the Swagger definition. When the property is set to false, Integration Server matches the request payload with the service input signature. |