Skip to content

Commit adca7ca

Browse files
Karin-Basisguruxu
authored andcommitted
NO-JIRA: add profileId to list of accepted parameters (#87)
1 parent c5b3d8c commit adca7ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rosette/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class DocumentParameters(_DocumentParamSetBase):
150150
def __init__(self):
151151
"""Create a L{DocumentParameters} object."""
152152
_DocumentParamSetBase.__init__(
153-
self, ("content", "contentUri", "language", "genre"))
153+
self, ("content", "contentUri", "language", "genre", "profileId"))
154154
self.file_name = ""
155155
self.use_multipart = False
156156

0 commit comments

Comments
 (0)