Get file metadata
Metadata
Get file metadata
Get metadata for a file or directory entry, with optional workspace support.
GET
Get file metadata
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Namespace of the repository
Name of the repository
Path to the file/dir (including branch/commit info)
Response
Metadata for the entry found
deny_unknown_fields is the discriminator for the untagged EMetadataEntry enum:
payloads with a changes field (i.e. WorkspaceMetadataEntry) fail to deserialize here
and fall through to the workspace variant.
- Option 1
- Option 2