Expand description
Custom attributes API endpoints
These endpoints allow getting, editing, and deleting custom attributes on projects.
Structs§
- Custom
Attribute - Get a custom attribute for a project.
- Custom
Attribute Builder - Builder for
CustomAttribute. - Custom
Attributes - Query for custom attributes of a project.
- Custom
Attributes Builder - Builder for
CustomAttributes. - Delete
Custom Attribute - Delete a custom attribute from a project.
- Delete
Custom Attribute Builder - Builder for
DeleteCustomAttribute. - Edit
Custom Attribute - Edit a custom attribute for a project.
- Edit
Custom Attribute Builder - Builder for
EditCustomAttribute.
Enums§
- Custom
Attribute Builder Error - Error type for CustomAttributeBuilder
- Custom
Attributes Builder Error - Error type for CustomAttributesBuilder
- Delete
Custom Attribute Builder Error - Error type for DeleteCustomAttributeBuilder
- Edit
Custom Attribute Builder Error - Error type for EditCustomAttributeBuilder