|
Methods defined here:
- __init__(self)
- delete = method(self, **kwargs)
- Deletes the specified tag from the specified submission within the specified series.
Args:
seriesId: integer, The decimal ID of the Series. (required)
tagId: string, A parameter (required)
submissionId: integer, The decimal ID of the Submission within the Series. (required)
- insert = method(self, **kwargs)
- Inserts a new tag for the specified submission within the specified series.
Args:
seriesId: integer, The decimal ID of the Series. (required)
body: object, The request body. (required)
submissionId: integer, The decimal ID of the Submission within the Series. (required)
- list = method(self, **kwargs)
- Lists all tags for the specified submission within the specified series.
Args:
seriesId: integer, The decimal ID of the Series. (required)
submissionId: integer, The decimal ID of the Submission within the Series. (required)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|