# Table of Content

- [Create and maintain API projects](projects.html#create-and-maintain-api-project)  
    - [Create new projects](projects.html#create-new-projects)
    - [The structure of a project](projects.html#the-structure-of-a-project)
    - [The `config.yml` file](projects.html#the-config-yml-file)
    - [Upgrade an existing API project](projects.html#upgrade-an-existing-api-project)
- [Create and maintain services](services.html#create-and-maintain-services)
    - [Service definitions](services.html#service-definitions)
    - [The structure of the `service.yml` file](services.html#the-structure-of-the-service-yml-file)
    - [Create new services](services.html#create-new-services)
        - [Service stereotypes](services.html#service-stereotypes)
        - [Add new service to the project](services.html#add-new-service-to-the-project)
        - [Add new service to the project in bulk mode](services.html#add-new-service-to-the-project-in-bulk-mode)
    - [Configure the services](services.html#configure-the-services)
    - [Create mock data](services.html#create-mock-data)
    - [Validation](services.html#validation)
    - [Create dynamic services](services.html#create-dynamic-services)
- [Using the server](server.html#using-the-server)
    - [The mock server configuration](server.html#the-mock-server-configuration)
    - [Start the server](server.html#start-the-server)
    - [Use as static mock server](server.html#use-as-static-mock-server)
    - [Use as static content provider](server.html#use-as-static-content-provider)
    - [Implement dynamic mocking behavior](server.html#implement-dynamic-mocking-behavior)
        - [Change the response status code](server.html#change-the-response-status-code)
    - [Use the proxy](server.html#use-the-proxy)
- [Documenting the REST API project](docs.html#documenting-the-rest-api-project)
    - [Generate documentation](docs.html#generate-documentation)
    - [Customize the generated documentation](docs.html#customize-the-generated-documentation)
- [Testing the api](testing.html#testing-the-api)
    - [Generate test cases](testing.html#generate-test-cases)
    - [Run test cases](testing.html#run-test-cases)
    - [Add new test-case templates](testing.html#add-new-test-case-templates)
- [References](references.html)
