java.lang.Object
com.ringcentral.paths.teammessaging.v1.notes.unlock.Index

public class Index extends Object
  • Field Details

  • Constructor Details

    • Index

      public Index(Index parent)
  • Method Details

    • path

      public String path()
    • path

      public String path(Boolean withParameter)
    • post

      public String post() throws RestException, IOException
      Unlocks a note letting other users edit this note. Once the note is locked (by another user) it cannot be unlocked during 5 hours since the lock datetime. HTTP Method: post Endpoint: /team-messaging/v1/notes/{noteId}/unlock Rate Limit Group: Light App Permission: TeamMessaging
      Throws:
      RestException
      IOException