v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBAttributes
Add Labels (POST)
Add custom labels to a file for categorization, organization, and enhanced searchability within the Data Lake. Use this endpoint when you need to tag files for better organization and filtering.
post/v1/fileinfo/files/{fileId}/labels
Path parameters
fileIdstring uuid required
ID assigned to the file when it was created in the data lake. Type is uuid.
Query parameters
noPropagateboolean
Prevents label operation from triggering pipelines.
Headers
x-org-slugstring required
Request body
Response
200
Example response
[
{
"name": "<name>",
"value": "<value>"
}
]