• Sander van Harmelen's avatar
    All 8.17 related V4 API changes (#161) · d1c986c3
    Sander van Harmelen authored
    * Change `IID` to `IIDs` where applicable
    
    * Remove the `/project/search` endpoint
    
    Instead `/project?search=query` should be used to search a project. This endpoint already exists as the `ListProjects` function already contains a `search` option.
    
    * Do not return deprecated field `expired_at`
    
    * Change `keys` to `deploy_keys`
    
    And add all missing `deploy_keys` endpoints.
    d1c986c3
project_snippets.go 7.24 KB