Search⌘ K
AI Features

Updating an API Project

Explore how to update an API project by adding ALPS documentation and human-readable assets to your project repository. Learn the process of placing documentation files in an assets folder, committing them to Git, and updating the package.json file to include these resources for better organization and version control.

We'll cover the following...

Adding assets

Now that we’ve created our ALPS description document for the Onboarding API and used the ALPS file to generate basic human-readable API documentation, it’s time to add these two important assets to our ongoing project. That means first adding them to the project repository and then updating the ...