Values.CreateDocumentationPartRequestSourceCreates a new documentation part of a given API.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)location : DocumentationPartLocation.t;The location of the targeted API entity of the to-be-created documentation part.
*)properties : String_.t;The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.
*)}val make :
restApiId:String_.t ->
location:DocumentationPartLocation.t ->
properties:String_.t ->
unit ->
t