Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 870 Bytes

ProjectCreateRequest.md

File metadata and controls

17 lines (9 loc) · 870 Bytes

ProjectCreateRequest

You can change any of these parameters after creating the project. None of these parameters are required.

Properties

Name Type Description Notes
projectName String The name of the mini-API. This will be shown at the top of the mini-API's documentation. [optional]
projectDescription String The description of the mini-API. This will be shown at the top of the mini-API's documentation, below the title. [optional]
contactEmail String The email where users of your mini-API can contact you. This will be shown at the top of the mini-API's documentation. [optional]
groups List<Group> A list of groups. A section contains groups, and groups contain API endpoints. [optional]