feat: global ui & functional update
This commit is contained in:
@@ -21,6 +21,15 @@ export const creativesApi = {
|
||||
{ params }
|
||||
),
|
||||
|
||||
/**
|
||||
* Get list of creatives for a specific project
|
||||
*/
|
||||
listByProject: (workspaceId: string, projectId: string) =>
|
||||
api.get<PaginatedResponse<Creative>>(
|
||||
`/workspaces/${workspaceId}/creatives`,
|
||||
{ params: { project_id: projectId } }
|
||||
),
|
||||
|
||||
/**
|
||||
* Get single creative
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user