apic docs
  • About APIC
  • Installing APIC
  • Getting started with APIC
  • Designer
    • Getting Started With APIC designer
    • Working with API project
    • Creating a Folder
    • Creating a Model or Definitions
    • Creating a Trait
    • Creating an Endpoint
    • Write API Tests starting from Design Phase
    • API Security Definitions
    • Export and view Docs
  • Tester
    • Make an API call
    • Sending Forbidden request headers with APIC
    • Viewing API Response
    • Managing Environments
    • Using Environments
    • Using the Test Builder
    • Writing Test Cases
    • Response Schema validation
    • Creating Test Suites
    • Test Websocket
  • Test Real User Sessions
  • APIC Command line interface (apic-cli)
  • APIC Web Agent (apic-cli)
  • APIC CI/CD Integration (with Jenkins)
  • API Documentation
  • Simulator
  • Dashboard
    • Team Management
    • Published Docs
  • Sharing
Powered by GitBook
On this page
  • Example
  • What's next?

Was this helpful?

  1. Designer

Creating a Folder

PreviousWorking with API projectNextCreating a Model or Definitions

Last updated 5 years ago

Was this helpful?

You can create a folder by clicking on the Folders option in your Project Home page which will open a view as shown below to fill in the details and create your folder.

To edit a folders select it from the left menu or from the dropdown at the top as shown below.

Example

For our ToDo application we will create 3 folders, one for models (Models), one for traits (Traits) and one for endpoints (Endpoints).

What's next?

Next we will .

create our ToDo model