federation

Accept a federation invites

🚧 Draft: Still work in progress

post/ocs/v2.php/apps/spreed/api/{apiVersion}/federation/invitation/{id}

Path parameters

apiVersion'v1' required
idinteger required

ID of the share

Headers

OCS-APIRequestboolean required

Required to be true for the API request to pass

Response

Invite accepted successfully

Changes

Changed in 19 of the 54 revisions of this API.3825

    • added the required property ocs/data/tagIds to the response with the 200 status

      response-required-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/metaData/replyToActorDisplayName to the response with the 200 status

      response-optional-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/metaData/replyToConversationName to the response with the 200 status

      response-optional-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/metaData/replyToConversationToken to the response with the 200 status

      response-optional-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/metaData/replyToMessageId to the response with the 200 status

      response-optional-property-added

    • added the required property ocs/data/attributes to the response with the 200 status

      response-required-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/metaData/threadId to the response with the 200 status

      response-optional-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/metaData/threadTitle to the response with the 200 status

      response-optional-property-added

    • the ocs/data/hasScheduledMessages response's property type/format changed from boolean/ to integer/int64 for status 200

      response-property-type-changed

    • added the required property ocs/data/hasScheduledMessages to the response with the 200 status

      response-required-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/metaData/pinnedAt to the response with the 200 status

      response-optional-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/metaData to the response with the 200 status

      response-optional-property-added

    • added the required property ocs/data/hiddenPinnedId to the response with the 200 status

      response-required-property-added

    • added the required property ocs/data/lastPinnedId to the response with the 200 status

      response-required-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/threadReplies to the response with the 200 status

      response-optional-property-added

    • added the optional property ocs/data/lastMessage/anyOf[ChatMessage]/allOf[subschema #2]/threadTitle to the response with the 200 status

      response-optional-property-added

    • added the non-success response with the status 401

      response-non-success-status-added