v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14120262383.5 KB

Creates a Resource resource.

post/restapis/{restapi_id}/resources/{parent_id}

Path parameters

restapi_idstring required

The string identifier of the associated RestApi.

parent_idstring required

The parent resource's identifier.

Request body

pathPartstring required

The last path segment for this resource.

Response

Success

idstring

The resource's identifier.

parentIdstring

The parent resource's identifier.

pathPartstring

The last path segment for this resource.

pathstring

The full path for this resource.

resourceMethodsobject

Gets an API resource's method of a given HTTP verb.