Create A Project Logo
create_a_project_logoUpdates a project logo using an upload UUID. Returns the updated project after setting the new logo.
Instructions
Updates the project logo from a upload and returns the updated project. Use this to create a new Portfolio records in Procore. Creates a new Portfolio records and returns the created object on success (HTTP 201). Required parameters: id, upload_uuid. Procore API: Core > Portfolio. Endpoint: POST /rest/v1.0/projects/{id}/logo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the project. | |
| upload_uuid | Yes | JSON request body field — uUID referencing a previously completed Upload. See Company Uploads or Project Uploads for instructions on how use uploads. | |
| file_name | No | JSON request body field — the name of the logo file to be created. |