update_project
Update an existing project listing on AiList by providing the project slug and any fields to change. Keeps your directory entry current after feature releases or version updates.
Instructions
Update an existing project on AiList. You must own the project (submitted with the same API key). Use this to keep listings current when new features ship or versions change. Requires AILIST_API_KEY env var.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Updated homepage URL | |
| slug | Yes | Project slug to update (e.g. "cogmemai") | |
| tags | No | Updated comma-separated tags | |
| tagline | No | Updated tagline | |
| category | No | Updated category | |
| built_with | No | Updated technologies used | |
| github_url | No | Updated GitHub repository URL | |
| description | No | Updated description (supports markdown) | |
| npm_package | No | Updated npm package name | |
| pypi_package | No | Updated PyPI package name |