Get headers for module source

head/modules/{moduleId}/source
Internal-Use Only

For the specified module, returns header information for subsequent PUT or check for existence. Since the module source is persisted as part of the module, the ETag and Last Modified Date as the same as that of the module.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
moduleId
string
true

The identifier of the module of the source to retrieve.

Header Parameters

NameTypeRequiredDescription
If-Match
string
false

The Etag that is returned from a GET, POST, or PUT of this module.

If-Unmodified-Since
string
false

The value of the 'lastModified' date of the module. If the module has been updated since this time, the update will fail.

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundThe requested module could not be found.Schema