File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ Keyword arguments can be provided to [filter](#filtering-objects-with-keyword-ar
143143###Space.users()
144144Returns a list of all [ User] ( #user ) instances with access to the Space.
145145Keyword arguments can be provided to [ filter] ( #filtering-objects-with-keyword-arguments ) the results.
146+ ###Space.tags()
147+ Returns a list of all [ Tag] ( #tag ) instances inside the Space.
148+ Keyword arguments can be provided to [ filter] ( #filtering-objects-with-keyword-arguments ) the results.
146149
147150Here is an example which prints a report of all the tickets in a
148151Space which have the status 'New' and belong to a milestone called 'Alpha Release':
@@ -298,6 +301,12 @@ Calling WikiPage.delete() deletes the ticket from Assembla. The WikiPage object
298301set to the corresponding [ Space] ( #space ) object.
299302
300303
304+ Tag
305+ ---
306+
307+ See the [ Tag object field reference] ( http://api-doc.assembla.com/content/ref/tag_fields.html#fields )
308+ for field names and explanations.
309+
301310
302311Event
303312-----
You can’t perform that action at this time.
0 commit comments