You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET {workspace_id}/projects/{project_id} (used fields: name)
GET {workspace_id}/projects (used fields: id, at, created_at, name. wid, active)
Mark fields wid as deprecated but return them anyway. They are necessary for easy migration.
Analyze if API methods are used efficiently based on use cases
The text was updated successfully, but these errors were encountered:
Add methods:
{workspace_id}/projects/{project_id}
(used fields:name
){workspace_id}/projects
(used fields:id, at, created_at, name. wid, active
)Mark fields
wid
as deprecated but return them anyway. They are necessary for easy migration.Analyze if API methods are used efficiently based on use cases
The text was updated successfully, but these errors were encountered: