Skip to content

Commit b877b3b

Browse files
committed
Update methods documentation
1 parent 6f605e0 commit b877b3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ In order to use this library you need to have access to an Oracle Field Service
3535

3636
`updateActivity(activityId, activityData)`: Update activity details
3737

38-
`setFileProperty(activityId, propertyId, file)`: Set file property
38+
`setActivityFileProperty(activityId, propertyId, file)`: Set file property
3939

40-
`getFilePropertyMetadata(activityId, propertyId)`: Get file property metadata
40+
`getActivityFilePropertyMetadata(activityId, propertyId)`: Get file property metadata
4141

42-
`getFilePropertyContent(activityId, propertyId, contentType)`: Get file property content
42+
`getActivityFilePropertyContent(activityId, propertyId, contentType)`: Get file property content
4343

44-
`getFileProperty(activityId, propertyId)`: Get file property (content and metadata)
44+
`getActivityFileProperty(activityId, propertyId)`: Get file property (content and metadata)
4545

4646
### Core: Subscription Management
4747

0 commit comments

Comments
 (0)